mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
users/foo-dogsquared/programs/nixvim: disable Neorg and update LSP server settings
This commit is contained in:
parent
58b806377e
commit
7a68e0a6a8
@ -29,5 +29,5 @@
|
|||||||
# Enable a bunch of pre-configured configurations.
|
# Enable a bunch of pre-configured configurations.
|
||||||
plugins.dap.extensions.dap-go.enable = true;
|
plugins.dap.extensions.dap-go.enable = true;
|
||||||
plugins.dap.extensions.dap-python.enable = true;
|
plugins.dap.extensions.dap-python.enable = true;
|
||||||
plugins.rustaceanvim.enable = true;
|
plugins.rustaceanvim.enable = false;
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
plugins.lsp.enable = true;
|
plugins.lsp.enable = true;
|
||||||
|
plugins.lsp.inlayHints = true;
|
||||||
|
|
||||||
# Enable all of the LSP servers that I'll likely use.
|
# Enable all of the LSP servers that I'll likely use.
|
||||||
plugins.lsp.servers = {
|
plugins.lsp.servers = {
|
||||||
@ -18,7 +19,7 @@
|
|||||||
lemminx.enable = true; # And for XML?
|
lemminx.enable = true; # And for XML?
|
||||||
ltex.enable = true; # And for LanguageTool, too?
|
ltex.enable = true; # And for LanguageTool, too?
|
||||||
lua-ls.enable = true; # For Lua.
|
lua-ls.enable = true; # For Lua.
|
||||||
nil-ls.enable = true; # For Nix.
|
nixd.enable = true; # For Nix.
|
||||||
nushell.enable = true; # For Nushell.
|
nushell.enable = true; # For Nushell.
|
||||||
pyright.enable = true; # For Python.
|
pyright.enable = true; # For Python.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# The main star of the show.
|
# The main star of the show.
|
||||||
plugins.neorg.enable = true;
|
plugins.neorg.enable = false;
|
||||||
|
|
||||||
# Set it up, set it up, set it up.
|
# Set it up, set it up, set it up.
|
||||||
plugins.neorg.extraOptions = {
|
plugins.neorg.extraOptions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user