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
+6
View File
@@ -0,0 +1,6 @@
local setup, gitsigns = pcall(require, "gitsigns")
if not setup then
return
end
gitsigns.setup()