Commit 4c4bce3
Changed files (3)
pack/plugins/start/nord-vim
@@ -0,0 +1,1 @@
+Subproject commit aa1470403a300a7d5088057d970c13d4388eb13e
.gitmodules
@@ -124,3 +124,6 @@
[submodule "pack/plugins/start/happy_hacking.vim.git"]
path = pack/plugins/start/happy_hacking.vim.git
url = https://gitlab.com/yorickpeterse/happy_hacking.vim.git
+[submodule "pack/plugins/start/nord-vim"]
+ path = pack/plugins/start/nord-vim
+ url = https://github.com/arcticicestudio/nord-vim
vimrc
@@ -56,11 +56,9 @@ set smartcase " ... unless they contain at least one capital letter
set showmatch " briefly jump to the matching bracket.
runtime macros/matchit.vim
-color ir_black
+color nord
syntax enable " Turn on syntax highlighting allowing local overrides
-if $TERM == "xterm-256color" || $TERM == "screen-256color" || $COLORTERM == "gnome-terminal"
- set t_Co=256
-endif
+set t_Co=256
" }}}}