diff options
| author | nin <nin@c-base.org> | 2018-05-02 14:23:36 +0200 | 
|---|---|---|
| committer | nin <nin@c-base.org> | 2018-05-02 14:23:36 +0200 | 
| commit | d50f14be0c8bc161118745d544aca63d43e5ebac (patch) | |
| tree | 1c0971cc027174ff03f5178eb1f5133663c4da04 | |
| parent | d7e64aca1718d94c97b6d6378a191ec957047131 (diff) | |
nin vim: modify vimrc
| -rw-r--r-- | nin/2configs/vim.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/nin/2configs/vim.nix b/nin/2configs/vim.nix index 101a80c..7b5d376 100644 --- a/nin/2configs/vim.nix +++ b/nin/2configs/vim.nix @@ -349,6 +349,7 @@ let      let b:current_syntax = "nix"      set isk=@,48-57,_,192-255,-,' +    set bg=dark    '';  in  out  | 
