From 5860e6bc19d55185d4c87d2b2d5bd87b29fc5688 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 22 Sep 2023 21:38:05 +0200 Subject: [PATCH] feat: add word separators to nvim --- modules/editors/nvim/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/editors/nvim/home.nix b/modules/editors/nvim/home.nix index 511b2bb..2b4a765 100644 --- a/modules/editors/nvim/home.nix +++ b/modules/editors/nvim/home.nix @@ -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 -- 2.48.1