Commit b0758de
Changed files (3)
pack/plugins/start/happy_hacking
@@ -0,0 +1,1 @@
+Subproject commit e2e73d9cac5ff7acfc37bd090f1d709eac94c9a9
.gitmodules
@@ -67,3 +67,6 @@
[submodule "pack/plugins/start/tlib"]
path = pack/plugins/start/tlib
url = https://github.com/tomtom/tlib_vim.git
+[submodule "pack/plugins/start/happy_hacking"]
+ path = pack/plugins/start/happy_hacking
+ url = https://github.com/YorickPeterse/happy_hacking.vim.git
vimrc
@@ -63,7 +63,7 @@ if !has("nvim")
endif
runtime macros/matchit.vim
-"color happy_hacking
+color happy_hacking
syntax enable " Turn on syntax highlighting allowing local overrides
set t_Co=256