filetypes and save file position
This commit is contained in:
parent
1d6812e2f0
commit
6e0b9477e5
|
@ -0,0 +1,4 @@
|
|||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
|
@ -1,3 +1,4 @@
|
|||
vim.o.tabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.expandtab = true
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
if (true) {
|
||||
console.log("Hello world");
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
if True:
|
||||
print("Hello world")
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
Loading…
Reference in New Issue