neovim update
This commit is contained in:
parent
73ecd30e47
commit
cff1deb93f
3 changed files with 23 additions and 17 deletions
|
|
@ -8,7 +8,8 @@ local servers = {
|
|||
emmet_language_server = {},
|
||||
html = { filetypes = { 'html', 'htmldjango' }, },
|
||||
cssls = {},
|
||||
vtsls = {},
|
||||
-- vtsls = {},
|
||||
ts_ls = {},
|
||||
|
||||
prismals = {},
|
||||
|
||||
|
|
@ -64,8 +65,9 @@ return {
|
|||
keymap = {
|
||||
preset = 'default',
|
||||
|
||||
['<Tab>'] = { 'select_and_accept', 'snippet_forward', 'fallback'},
|
||||
['<S-Tab>'] = { 'snippet_backward', 'fallback'},
|
||||
['<Tab>'] = { 'select_and_accept', 'fallback'},
|
||||
['<C-n>'] = { 'snippet_forward', 'fallback'},
|
||||
['<C-S-n>'] = { 'snippet_backward', 'fallback'},
|
||||
['I'] = { 'scroll_documentation_up', 'fallback' },
|
||||
['K'] = { 'scroll_documentation_down', 'fallback' },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue