nixvimConfigs/fiesta: update LSP-related config

This commit is contained in:
Gabriel Arazas 2024-08-03 08:52:10 +08:00
parent 820ea56746
commit fc382ed588
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 8 additions and 2 deletions

View File

@ -14,7 +14,10 @@ in
plugins.dap.extensions.dap-virtual-text.enable = true;
plugins.debugprint = {
enable = true;
settings.ignore_treesitter = false;
settings = {
variable_below_alwaysprompt = null;
variable_above_alwaysprompt = null;
};
};
keymaps =

View File

@ -15,7 +15,10 @@ in
};
config = lib.mkIf cfg.enable {
plugins.lsp.enable = true;
plugins.lsp = {
enable = true;
inlayHints = true;
};
# Keymaps for moving around in the buffer.
plugins.lsp.keymaps.lspBuf = {