users/foo-dogsquared/programs/nixvim: disable Neorg and update LSP server settings

This commit is contained in:
Gabriel Arazas 2024-08-18 10:45:24 +08:00
parent 58b806377e
commit 7a68e0a6a8
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
3 changed files with 4 additions and 3 deletions

View File

@ -29,5 +29,5 @@
# Enable a bunch of pre-configured configurations.
plugins.dap.extensions.dap-go.enable = true;
plugins.dap.extensions.dap-python.enable = true;
plugins.rustaceanvim.enable = true;
plugins.rustaceanvim.enable = false;
}

View File

@ -2,6 +2,7 @@
{
plugins.lsp.enable = true;
plugins.lsp.inlayHints = true;
# Enable all of the LSP servers that I'll likely use.
plugins.lsp.servers = {
@ -18,7 +19,7 @@
lemminx.enable = true; # And for XML?
ltex.enable = true; # And for LanguageTool, too?
lua-ls.enable = true; # For Lua.
nil-ls.enable = true; # For Nix.
nixd.enable = true; # For Nix.
nushell.enable = true; # For Nushell.
pyright.enable = true; # For Python.

View File

@ -2,7 +2,7 @@
{
# The main star of the show.
plugins.neorg.enable = true;
plugins.neorg.enable = false;
# Set it up, set it up, set it up.
plugins.neorg.extraOptions = {