update
This commit is contained in:
parent
cb04d7ba09
commit
3452dd2251
1 changed files with 9 additions and 0 deletions
9
init.lua
9
init.lua
|
|
@ -618,3 +618,12 @@ vim.api.nvim_create_autocmd('BufWritePost', {
|
|||
vim.loop.spawn("git", { args = { "push" } })
|
||||
end
|
||||
})
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- Comments
|
||||
-------------------------------------------------------------------------------
|
||||
vim.api.nvim_create_autocmd('BufEnter', {
|
||||
callback = function()
|
||||
vim.opt.formatoptions:remove("o")
|
||||
end,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue