mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
plugins/colorful-winsep: account for upstream changes
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
01636ad1cd
commit
f68f9d145a
2 changed files with 31 additions and 68 deletions
|
|
@ -7,19 +7,9 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
maintainers = [ lib.maintainers.saygo-png ];
|
||||
|
||||
settingsExample = {
|
||||
hi = {
|
||||
bg = "#7d8618";
|
||||
fg = "#b8bb26";
|
||||
};
|
||||
only_line_seq = true;
|
||||
no_exec_files = [
|
||||
"packer"
|
||||
"TelescopePrompt"
|
||||
"mason"
|
||||
"CompetiTest"
|
||||
"NvimTree"
|
||||
];
|
||||
symbols = [
|
||||
highlight = "#b8bb26";
|
||||
excluded_ft = [ "NvimTree" ];
|
||||
border = [
|
||||
"━"
|
||||
"┃"
|
||||
"┏"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue