filetypes and save file position
This commit is contained in:
parent
1d6812e2f0
commit
6e0b9477e5
6 changed files with 16 additions and 14 deletions
|
|
@ -1,3 +1,4 @@
|
|||
vim.o.tabstop = 2
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.expandtab = true
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue