mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: disable smartindent
It's not very smart https://unix.stackexchange.com/questions/106526/stop-vim-from-messing-up-my-indentation-on-comments
This commit is contained in:
parent
8c729cea42
commit
e3dc6c0546
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ vim.o.termguicolors = true
|
||||||
vim.o.mouse = "a"
|
vim.o.mouse = "a"
|
||||||
|
|
||||||
vim.o.autoindent = true
|
vim.o.autoindent = true
|
||||||
vim.o.smartindent = true
|
|
||||||
|
|
||||||
vim.o.scrolloff = 3
|
vim.o.scrolloff = 3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue