mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
nvim: specified clang tabwidth
This commit is contained in:
parent
1d2d759f3f
commit
b9bda1b504
@ -3,5 +3,7 @@ vim.api.nvim_create_autocmd({ 'VimLeave' },
|
|||||||
command = '!cclear'
|
command = '!cclear'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.o.shiftwidth = 2
|
||||||
|
vim.o.softtabstop = 2
|
||||||
vim.o.textwidth = 80
|
vim.o.textwidth = 80
|
||||||
vim.o.colorcolumn = "-0"
|
vim.o.colorcolumn = "-0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user