Commit 11ecb98

mo khan <mo@mokhan.ca>
2025-06-04 16:40:09
fix: do not use happy hacking in nvim.
1 parent c7f4c82
Changed files (1)
vimrc
@@ -70,6 +70,7 @@ set wildignore+=*/tmp/*,*.so,*/coverage/*
 if has('nvim')
   set clipboard+=unnamedplus
 else
+  color happy_hacking
   set termencoding=utf-8
   if system('uname -s') == "Darwin\n"
     "set clipboard^=unnamed,unnamedplus
@@ -110,7 +111,6 @@ if has("termguicolors")
 endif
 
 runtime macros/matchit.vim
-color happy_hacking
 filetype plugin indent on
 set omnifunc=syntaxcomplete#Complete