mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
formatted files
This commit is contained in:
parent
81d566ac39
commit
b719103337
2 changed files with 4 additions and 6 deletions
|
@ -43,7 +43,7 @@ isMaximal: {
|
||||||
# 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.
|
# To list all available language module options, please visit the nvf manual.
|
||||||
languages = {
|
languages = {
|
||||||
enableFormat = true;
|
enableFormat = true; #
|
||||||
enableTreesitter = true;
|
enableTreesitter = true;
|
||||||
enableExtraDiagnostics = true;
|
enableExtraDiagnostics = true;
|
||||||
|
|
||||||
|
@ -183,7 +183,6 @@ isMaximal: {
|
||||||
projects = {
|
projects = {
|
||||||
project-nvim.enable = isMaximal;
|
project-nvim.enable = isMaximal;
|
||||||
};
|
};
|
||||||
|
|
||||||
undotree.enable = isMaximal;
|
undotree.enable = isMaximal;
|
||||||
utility = {
|
utility = {
|
||||||
ccc.enable = false;
|
ccc.enable = false;
|
||||||
|
@ -195,6 +194,7 @@ isMaximal: {
|
||||||
leetcode-nvim.enable = isMaximal;
|
leetcode-nvim.enable = isMaximal;
|
||||||
multicursors.enable = isMaximal;
|
multicursors.enable = isMaximal;
|
||||||
smart-splits.enable = isMaximal;
|
smart-splits.enable = isMaximal;
|
||||||
|
|
||||||
motion = {
|
motion = {
|
||||||
hop.enable = true;
|
hop.enable = true;
|
||||||
leap.enable = true;
|
leap.enable = true;
|
||||||
|
@ -238,10 +238,7 @@ isMaximal: {
|
||||||
nix = "110";
|
nix = "110";
|
||||||
ruby = "120";
|
ruby = "120";
|
||||||
java = "130";
|
java = "130";
|
||||||
go = [
|
go = ["90" "130"];
|
||||||
"90"
|
|
||||||
"130"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fastaction.enable = true;
|
fastaction.enable = true;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
vim.lazy.plugins.undotree = {
|
vim.lazy.plugins.undotree = {
|
||||||
|
package = "undotree";
|
||||||
cmd = [ "UndotreeToggle" ];
|
cmd = [ "UndotreeToggle" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue