summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-05-25 13:29:34 -0600
committermo khan <mo@mokhan.ca>2021-05-25 13:29:34 -0600
commitb0758defa3d9c1f81971171f59b4bb5fd7cf4e53 (patch)
tree743d0a9ffeb040b0a14b90543035329913d3869d
parentb944100858ba6e36cdf5ece6dd5641c39c5e6ab9 (diff)
re-install happy_hacking colorscheme
-rw-r--r--.gitmodules3
m---------pack/plugins/start/happy_hacking0
-rw-r--r--vimrc2
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index aef7ec6..c534293 100644
--- a/.gitmodules
+++ b/.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
diff --git a/pack/plugins/start/happy_hacking b/pack/plugins/start/happy_hacking
new file mode 160000
+Subproject e2e73d9cac5ff7acfc37bd090f1d709eac94c9a
diff --git a/vimrc b/vimrc
index ec81013..3ab491e 100644
--- a/vimrc
+++ b/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