summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-04 10:40:09 -0600
committermo khan <mo@mokhan.ca>2025-06-04 10:40:09 -0600
commit11ecb9876d7b148969987eabd696c3976d4803cb (patch)
tree41855854da00e61becfcb6cf198b61c3a1a00438 /vimrc
parentc7f4c823fef9f43bdd4dbabdcf252a99c510f9c9 (diff)
fix: do not use happy hacking in nvim.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 0d73e6f..2377288 100644
--- a/vimrc
+++ b/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