removed highlight on yank feature that does not work for some reason
This commit is contained in:
@@ -49,11 +49,6 @@ vim.g.python_indent = { -- Fixes retarded default python indentation.
|
|||||||
searchpair_timeout = 300,
|
searchpair_timeout = 300,
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd('TextYankPost', { -- Highlights yanked text.
|
|
||||||
desc = 'Highlight when yanking text',
|
|
||||||
group = vim.api.nvim_create_augroup('highlight-yank', {clear = true}),
|
|
||||||
callback = vim.highlight.on_yank
|
|
||||||
})
|
|
||||||
vim.o.exrc = true -- Allows project specific .nvim.lua config files.
|
vim.o.exrc = true -- Allows project specific .nvim.lua config files.
|
||||||
|
|
||||||
vim.cmd [[ autocmd FileType * set formatoptions-=cro ]] -- Disable automatic comment.
|
vim.cmd [[ autocmd FileType * set formatoptions-=cro ]] -- Disable automatic comment.
|
||||||
|
|||||||
Reference in New Issue
Block a user