updated neovim configuration

added telescop and fuzzy finding along with lsp and git integration
This commit is contained in:
hellisabove
2023-01-26 00:50:03 +02:00
parent ea718c82b6
commit 0002e01d23
11 changed files with 336 additions and 3 deletions
-2
View File
@@ -36,5 +36,3 @@ require("nvim-tree").setup({
}
}
})
vim.keymap.set('n','<c-e>','<cmd>NvimTreeToggle<cr>')