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