|
@@ -25,7 +25,7 @@ nv_utils.define_augroups({
|
|
|
_general_settings = {
|
|
|
{
|
|
|
'TextYankPost', '*',
|
|
|
- 'lua require(\'vim.highlight\').on_yank({higroup = \'QuickScopePrimary\', timeout = 200})'
|
|
|
+ 'lua require(\'vim.highlight\').on_yank({higroup = \'Search\', timeout = 200})'
|
|
|
}, {'BufWinEnter', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
|
|
{'BufRead', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
|
|
{'BufNewFile', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|