mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixvimConfigs/fiesta: update LSP-related config
This commit is contained in:
parent
820ea56746
commit
fc382ed588
@ -14,7 +14,10 @@ in
|
|||||||
plugins.dap.extensions.dap-virtual-text.enable = true;
|
plugins.dap.extensions.dap-virtual-text.enable = true;
|
||||||
plugins.debugprint = {
|
plugins.debugprint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.ignore_treesitter = false;
|
settings = {
|
||||||
|
variable_below_alwaysprompt = null;
|
||||||
|
variable_above_alwaysprompt = null;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
keymaps =
|
keymaps =
|
||||||
|
@ -15,7 +15,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
plugins.lsp.enable = true;
|
plugins.lsp = {
|
||||||
|
enable = true;
|
||||||
|
inlayHints = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Keymaps for moving around in the buffer.
|
# Keymaps for moving around in the buffer.
|
||||||
plugins.lsp.keymaps.lspBuf = {
|
plugins.lsp.keymaps.lspBuf = {
|
||||||
|
Loading…
Reference in New Issue
Block a user