An example plugin that says hello when you press <Leader>h
- Install via your favorite package manager.
-- lazy.nvim
{
"roktas/turkish.nvim",
opts = {}
},- Setup the plugin in your
init.lua. This step is not needed with lazy.nvim ifoptsis set as above.
require("turkish").defaults()TODO
You can pass your config table into the setup() function or opts if you use lazy.nvim.
- name (optional, type: string): the name that example.nvim greets with
Example:
require("turkish").setup({
abbreviate = { "markdown" },
map = true,
})