mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-13 04:29:14 +00:00
neovim: enable trim highlighting
This commit is contained in:
parent
2fe3d2050a
commit
4107dd9a05
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
programs.nixvim.plugins.trim = {
|
||||
enable = true;
|
||||
settings = {
|
||||
highlight = false;
|
||||
highlight = true;
|
||||
trim_last_line = false;
|
||||
ft_blocklist =
|
||||
[ "checkhealth" "floaterm" "lsipinfo" "neo-tree" "TelescopePrompt" ];
|
||||
|
|
Loading…
Reference in a new issue