diff options
author | George Abbott <otg@gabbott.dev> | 2023-02-24 23:00:00 +0000 |
---|---|---|
committer | George Abbott <otg@gabbott.dev> | 2023-02-24 23:00:00 +0000 |
commit | 26f1e8736246b4c276e37a9dc5a5b76a6b8580c7 (patch) | |
tree | 13a811e8982eea77f24c22724d6f1dbe6076487e | |
parent | 0d78a0d7c577b2dda06d6ca3f2e066d15e7a1fea (diff) |
-rw-r--r-- | init.vim | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ set colorcolumn=80 command W w command Wq wq command Q q -command Wq wq command WQ wq autocmd TextYankPost * silent! lua vim.highlight.on_yank { higroup='IncSearch', timeout=4000 } |