1
0
Fork 0

Fix LSP and update plugins

- Structure LSP configuration code
- Since `lsp-zero` is deprecated, instead use `nvim-lspconfig`
- Use `nvim_lsp_signature_help` instead of `lsp_signature`
This commit is contained in:
Xavier Moffett 2025-04-22 00:01:43 -04:00
parent b25bcaf11a
commit 456046c4a7
Signed by: Sapphirus
GPG key ID: E967DD18119C6EEA
11 changed files with 105 additions and 103 deletions

View file

@ -2,7 +2,7 @@ require('nightfox').setup({
options = {
transparent = true, -- Disable setting background
terminal_colors = true, -- Set terminal colors (vim.g.terminal_color_*) used in `:terminal`
dim_inactive = false, -- Non focused panes set to alternative background
dim_inactive = false, -- Non-focused panes set to alternative background
module_default = true, -- Default enable value for modules
},
palettes = {