kickstart.nvim/ftplugin/c.lua
2024-09-06 22:15:53 +02:00

3 lines
109 B
Lua

vim.cmd 'autocmd BufEnter * set formatoptions-=cro'
vim.cmd 'autocmd BufEnter * setlocal formatoptions-=cro'