Add lsp and key mappings

This commit is contained in:
Saeed Afzal
2022-03-09 14:57:30 +00:00
parent 847914b7ea
commit ef7e0e276d
8 changed files with 213 additions and 20 deletions

View File

@@ -10,6 +10,11 @@ require("nvim-tree").setup {
disable_netrw = true,
ignore_ft_on_setup = { "dashboard" },
hijack_cursor = true,
update_cwd = true,
update_focused_file = {
enable = true,
update_cwd = true
},
git = {
ignore = false
},