removed luasnippet, fixed lsp keybinds.
This commit is contained in:
parent
8322dfa4e1
commit
d80d290fe2
4 changed files with 14 additions and 19 deletions
|
@ -87,7 +87,7 @@ vim.cmd 'colorscheme moonfly'
|
|||
--toggle folds with space.
|
||||
map('', '<Space>', 'za', opts)
|
||||
--clear highlighting with leader+h
|
||||
map('n', '<leader>h', ':nohls<CR>', opts)
|
||||
map('', '<leader>h', ':nohls<CR>', opts)
|
||||
--open nvim-tree with leader+t
|
||||
map('n', '<leader>t', ':NvimTreeToggle<CR>', opts)
|
||||
--telescope stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue