diff options
author | tv <tv@krebsco.de> | 2016-06-09 22:05:14 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-10 16:04:55 +0200 |
commit | 4bd55d2cd934a808b5733e4c127d9823ae1031c2 (patch) | |
tree | 44992f9f95bbce277032fa1caef87a0138add3a5 | |
parent | 66d47e7697471a82b76ce8b91f8e5729c142b578 (diff) |
tv nix.vim: set isk last
-rw-r--r-- | tv/2configs/vim.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index d46c330..13ec898 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -207,7 +207,6 @@ let nix.vim = pkgs.writeText "nix.vim" '' setf nix - set isk=@,48-57,_,192-255,-,' syn match NixCode /./ @@ -291,6 +290,8 @@ let syn match NixQuote3 "'''\\[nrt]" contained containedin=@NixSubLangs let b:current_syntax = "nix" + + set isk=@,48-57,_,192-255,-,' ''; in out |