feat: add word separators to nvim
1 files changed, 2 insertions(+), 0 deletions(-) M modules/editors/nvim/home.nix
M modules/editors/nvim/home.nix => modules/editors/nvim/home.nix +2 -0
@@ 34,6 34,8 @@ syntax enable " Syntax highlighting colorscheme srcery " Color scheme text + set iskeyword=!-~,^*,^45,^124,^34,192-255,^_,^.,^, + let g:lightline = { \ 'colorscheme': 'wombat', \ } " Color scheme lightline