mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 10:14:31 +02:00
plugins/ui: move to by-name
This commit is contained in:
parent
2456370ab2
commit
91c6b62881
25 changed files with 0 additions and 13 deletions
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.twilight.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
twilight = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
dimming = {
|
||||
alpha = 0.25;
|
||||
color = [
|
||||
"Normal"
|
||||
"#ffffff"
|
||||
];
|
||||
term_bg = "#000000";
|
||||
inactive = false;
|
||||
};
|
||||
context = 10;
|
||||
treesitter = true;
|
||||
expand = [
|
||||
"function"
|
||||
"method"
|
||||
"table"
|
||||
"if_statement"
|
||||
];
|
||||
exclude = [ ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue