diff options
Diffstat (limited to 'mut')
| -rw-r--r-- | mut/neovim/fnl/conf/init.fnl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mut/neovim/fnl/conf/init.fnl b/mut/neovim/fnl/conf/init.fnl index df5412e..f0dbcde 100644 --- a/mut/neovim/fnl/conf/init.fnl +++ b/mut/neovim/fnl/conf/init.fnl @@ -42,6 +42,18 @@ (vim.keymap.del "n" "L") (vim.keymap.del "n" "H"))))) +(local commenter (require :nvim_comment)) +(commenter.setup) +(local cinnamon (require :cinnamon)) +(cinnamon.setup { + :extra_keymaps true + :override_keymaps true + :max_length 200 + :horizontal_scroll false + :default_delay 7 + :scroll_limit -1}) + + (fn i-grep [word file] (vim.api.nvim_feedkeys (vim.api.nvim_replace_termcodes |
