Add vdebug

This commit is contained in:
2025-01-04 02:21:11 +01:00
parent a8c4ea36cc
commit 1aaa41fc42
15 changed files with 30 additions and 40 deletions

View File

@@ -0,0 +1 @@
vim.bo.expandtab = true

View File

@@ -1 +0,0 @@
setlocal et

View File

@@ -0,0 +1,3 @@
vim.bo.expandtab = true
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2

View File

@@ -1,4 +0,0 @@
setlocal et
setlocal ts=2
setlocal sts=2
setlocal sw=2

View File

@@ -0,0 +1,3 @@
vim.bo.expandtab = true
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2

View File

@@ -1,4 +0,0 @@
setlocal et
setlocal ts=2
setlocal sts=2
setlocal sw=2

View File

@@ -0,0 +1,3 @@
vim.bo.expandtab = true
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2

View File

@@ -1,4 +0,0 @@
setlocal et
setlocal ts=2
setlocal sts=2
setlocal sw=2

View File

@@ -0,0 +1,3 @@
vim.bo.expandtab = true
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2

View File

@@ -1,3 +0,0 @@
setlocal expandtab
setlocal tabstop=2
setlocal shiftwidth=2

View File

@@ -0,0 +1,3 @@
vim.bo.expandtab = true
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2

View File

@@ -1,4 +0,0 @@
setlocal et
setlocal ts=2
setlocal sts=2
setlocal sw=2