CRO
This commit is contained in:
parent
fa882150bf
commit
db26041f62
@ -1,2 +1 @@
|
|||||||
vim.opt.formatoptions:remove({'c', 'r', 'o'})
|
|
||||||
vim.diagnostic.enable(false)
|
vim.diagnostic.enable(false)
|
||||||
|
@ -1,2 +1 @@
|
|||||||
vim.opt.formatoptions:remove({'c', 'r', 'o'})
|
|
||||||
vim.diagnostic.enable(false)
|
vim.diagnostic.enable(false)
|
||||||
|
@ -1 +0,0 @@
|
|||||||
vim.opt.formatoptions:remove({'c', 'r', 'o'})
|
|
@ -22,3 +22,10 @@ vim.api.nvim_create_autocmd({'FocusGained', 'BufEnter', 'CursorHold'}, {
|
|||||||
pattern = '*',
|
pattern = '*',
|
||||||
command = 'checktime'
|
command = 'checktime'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.api.nvim_create_autocmd({'BufEnter'}, {
|
||||||
|
pattern = '*',
|
||||||
|
callback = function()
|
||||||
|
vim.opt.formatoptions:remove({'c', 'r', 'o'})
|
||||||
|
end
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user