diff options
| author | mo khan <mo@mokhan.ca> | 2021-05-25 13:29:34 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-05-25 13:29:34 -0600 |
| commit | b0758defa3d9c1f81971171f59b4bb5fd7cf4e53 (patch) | |
| tree | 743d0a9ffeb040b0a14b90543035329913d3869d | |
| parent | b944100858ba6e36cdf5ece6dd5641c39c5e6ab9 (diff) | |
re-install happy_hacking colorscheme
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | pack/plugins/start/happy_hacking | 0 | ||||
| -rw-r--r-- | vimrc | 2 |
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 @@ -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 |
