Add vdebug

This commit is contained in:
2025-01-04 02:21:11 +01:00
parent a8c4ea36cc
commit a49383f361
8 changed files with 18 additions and 15 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