mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
mod(nvim): use hard tabs by default
This commit is contained in:
parent
c2cfb0781f
commit
c9cfd2248f
2 changed files with 4 additions and 6 deletions
|
|
@ -7,9 +7,7 @@ vim.opt.signcolumn = "yes"
|
|||
vim.opt.filetype = "on"
|
||||
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.expandtab = false
|
||||
|
||||
-- wrapping makes the editor EXTREMELY slow, turn it off by default
|
||||
vim.opt.wrap = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue