Commit f1870f5

mo khan <mo@mokhan.ca>
2021-05-25 15:27:01
remove happy_hacking
1 parent f13cc96
Changed files (2)
.gitmodules
@@ -19,9 +19,6 @@
 [submodule "pack/plugins/start/git"]
   path = pack/plugins/start/git
   url = https://github.com/tpope/vim-git.git
-[submodule "pack/plugins/start/happy_hacking.vim"]
-  path = pack/plugins/start/happy_hacking.vim
-  url = https://gitlab.com/yorickpeterse/happy_hacking.vim.git
 [submodule "pack/plugins/start/javascript"]
   path = pack/plugins/start/javascript
   url = https://github.com/pangloss/vim-javascript.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