diff options
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r-- | tv/2configs/vim.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 56d4de648..891823c93 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -299,7 +299,6 @@ let " Clear syntax that interferes with NixBlock. " TODO redefine NixBlock so syntax don't have to be cleared syn clear shOperator shSetList shVarAssign - syn clear vimString syn region NixBlock \ matchgroup=NixEnter |