Skip to content

roktas/turkish.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

turkish.nvim

An example plugin that says hello when you press <Leader>h

📦 Installation

  1. Install via your favorite package manager.
-- lazy.nvim
{
   "roktas/turkish.nvim",
   opts = {}
},
  1. Setup the plugin in your init.lua. This step is not needed with lazy.nvim if opts is set as above.
require("turkish").defaults()

🚀 Usage

TODO

🔧 Configuration

You can pass your config table into the setup() function or opts if you use lazy.nvim.

Options

  • name (optional, type: string): the name that example.nvim greets with

Example:

require("turkish").setup({
  abbreviate = { "markdown" },
  map = true,
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages