Fixes
This commit is contained in:
parent
db26041f62
commit
2e9b0d36f0
@ -23,9 +23,9 @@ vim.api.nvim_create_autocmd({'FocusGained', 'BufEnter', 'CursorHold'}, {
|
|||||||
command = 'checktime'
|
command = 'checktime'
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd({'BufEnter'}, {
|
vim.api.nvim_create_autocmd({'FileType'}, {
|
||||||
pattern = '*',
|
pattern = '*',
|
||||||
callback = function()
|
callback = function()
|
||||||
vim.opt.formatoptions:remove({'c', 'r', 'o'})
|
vim.opt_local.formatoptions:remove({'c', 'r', 'o'})
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user