Nvim: remove unused modules, update configs

This commit is contained in:
Robert Kmieć
2023-07-24 11:00:32 +02:00
parent 9f04f73f5e
commit 55cc17b86a
5 changed files with 56 additions and 74 deletions

View File

@@ -9,8 +9,8 @@ return {
require('snippy').setup({
mappings = {
is = {
['<Tab>'] = 'expand_or_advance',
['<S-Tab>'] = 'previous',
['<cr>'] = 'expand_or_advance',
['<S-cr>'] = 'previous',
},
nx = {
['<leader>x'] = 'cut_text',