1
0

A bunch of changes (mostly related to CoC)

This commit is contained in:
Nicolás A. Ortega Froysa
2023-03-08 10:16:48 +01:00
parent 5089f34f8b
commit e3f7ab23a3
5 changed files with 59 additions and 15 deletions

3
after/indent/c.vim Normal file
View File

@@ -0,0 +1,3 @@
setlocal shiftwidth=4
setlocal tabstop=4
setlocal noexpandtab

3
after/indent/mail.vim Normal file
View File

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

View File

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

3
after/indent/text.vim Normal file
View File

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