diff options
author | tv <tv@krebsco.de> | 2019-02-16 19:29:40 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-16 19:29:40 +0100 |
commit | c572737d856f2fd12632c7b2f755dfcaae7dae32 (patch) | |
tree | 7951ffafc9c00ae139e0c2d985291606628cbc6d /tv | |
parent | a7234ccaeadbdffcb88bc3ea4dd7b0d7adbbc48d (diff) |
tv vim: add xmodmap
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 20e1d65..2dd2e74 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -347,6 +347,7 @@ let { (writerName ''\([^"]*\.\)\?vimrc'') ]; xdefaults = {}; + xmodmap = {}; }))} " Clear syntax that interferes with nixINSIDE_DOLLAR_CURLY. @@ -392,6 +393,9 @@ let { \ matchgroup=sedSemicolon end=";\|$" \ contains=sedWhitespace ''; + "/syntax/xmodmap.vim".text = '' + syn match xmodmapComment /^\s*!.*/ + ''; })) ]; |