lsp setup

This commit is contained in:
Daniel B Sherry 2025-05-24 09:04:20 -05:00
parent 5c937dc1c8
commit 5bd1837e7d
18 changed files with 260 additions and 195 deletions

View file

@ -13,17 +13,14 @@ return {
},
opts = function()
local api = require("nvim-tree.api")
return {
view = {
width = 35,
side = "right",
side = "left",
preserve_window_proportions = true,
},
hijack_cursor = true,
view = {
adaptive_size = true,
},
hijack_cursor = true,
renderer = {
highlight_git = true,
highlight_opened_files = "name",