diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-04 10:40:09 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-04 10:40:09 -0600 |
| commit | 11ecb9876d7b148969987eabd696c3976d4803cb (patch) | |
| tree | 41855854da00e61becfcb6cf198b61c3a1a00438 /vimrc | |
| parent | c7f4c823fef9f43bdd4dbabdcf252a99c510f9c9 (diff) | |
fix: do not use happy hacking in nvim.
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
