My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[dishvim] disable mini.cursorword

dish 37444e20 01d81588

+1 -9
+1 -9
neovim/mini.nix
··· 1 - _: 2 - { 1 + _: { 3 2 config.vim = { 4 3 mini = { 5 - cursorword.enable = true; 6 4 icons.enable = true; 7 5 trailspace.enable = true; 8 - }; 9 - highlight = { 10 - MiniCursorword = { 11 - reverse = true; 12 - underline = false; 13 - }; 14 6 }; 15 7 }; 16 8 }