removed luasnippet, fixed lsp keybinds.

This commit is contained in:
Gabe Venberg 2021-12-15 11:30:08 -06:00
parent 8322dfa4e1
commit d80d290fe2
4 changed files with 14 additions and 19 deletions

View file

@ -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