updated neovim configuration
added telescop and fuzzy finding along with lsp and git integration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
local setup, gitsigns = pcall(require, "gitsigns")
|
||||
if not setup then
|
||||
return
|
||||
end
|
||||
|
||||
gitsigns.setup()
|
||||
Reference in New Issue
Block a user