cleanup
This commit is contained in:
parent
c411caa2de
commit
62a3598028
@ -6,10 +6,7 @@
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
...
|
||||
} @ inputs: let
|
||||
outputs = {nixpkgs, ...} @ inputs: let
|
||||
supportedSystems = ["aarch64-linux" "i686-linux" "x86_64-linux"];
|
||||
|
||||
# Function to generate a set based on supported systems:
|
||||
|
||||
7
nvf.nix
7
nvf.nix
@ -20,9 +20,9 @@
|
||||
lspsaga.enable = false;
|
||||
trouble.enable = true;
|
||||
lspSignature.enable = true;
|
||||
#otter-nvim.enable = true;
|
||||
#lsplines.enable = true;
|
||||
#nvim-docs-view.enable = true;
|
||||
otter-nvim.enable = false;
|
||||
lsplines.enable = false;
|
||||
nvim-docs-view.enable = false;
|
||||
};
|
||||
|
||||
debugger = {
|
||||
@ -33,7 +33,6 @@
|
||||
};
|
||||
|
||||
# This section does not include a comprehensive list of available language modules.
|
||||
# To list all available language module options, please visit the nvf manual.
|
||||
languages = {
|
||||
enableLSP = true;
|
||||
enableFormat = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user