Nvim: remove unused modules, update configs
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user