Add vdebug
This commit is contained in:
1
.config/nvim/ftplugin/cpp.lua
Normal file
1
.config/nvim/ftplugin/cpp.lua
Normal file
@@ -0,0 +1 @@
|
||||
vim.bo.expandtab = true
|
||||
@@ -1 +0,0 @@
|
||||
setlocal et
|
||||
3
.config/nvim/ftplugin/css.lua
Normal file
3
.config/nvim/ftplugin/css.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
vim.bo.expandtab = true
|
||||
vim.bo.tabstop = 2
|
||||
vim.bo.shiftwidth = 2
|
||||
@@ -1,4 +0,0 @@
|
||||
setlocal et
|
||||
setlocal ts=2
|
||||
setlocal sts=2
|
||||
setlocal sw=2
|
||||
3
.config/nvim/ftplugin/javascript.lua
Normal file
3
.config/nvim/ftplugin/javascript.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
vim.bo.expandtab = true
|
||||
vim.bo.tabstop = 2
|
||||
vim.bo.shiftwidth = 2
|
||||
@@ -1,4 +0,0 @@
|
||||
setlocal et
|
||||
setlocal ts=2
|
||||
setlocal sts=2
|
||||
setlocal sw=2
|
||||
3
.config/nvim/ftplugin/less.lua
Normal file
3
.config/nvim/ftplugin/less.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
vim.bo.expandtab = true
|
||||
vim.bo.tabstop = 2
|
||||
vim.bo.shiftwidth = 2
|
||||
@@ -1,4 +0,0 @@
|
||||
setlocal et
|
||||
setlocal ts=2
|
||||
setlocal sts=2
|
||||
setlocal sw=2
|
||||
3
.config/nvim/ftplugin/ruby.lua
Normal file
3
.config/nvim/ftplugin/ruby.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
vim.bo.expandtab = true
|
||||
vim.bo.tabstop = 2
|
||||
vim.bo.shiftwidth = 2
|
||||
@@ -1,3 +0,0 @@
|
||||
setlocal expandtab
|
||||
setlocal tabstop=2
|
||||
setlocal shiftwidth=2
|
||||
3
.config/nvim/ftplugin/vue.lua
Normal file
3
.config/nvim/ftplugin/vue.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
vim.bo.expandtab = true
|
||||
vim.bo.tabstop = 2
|
||||
vim.bo.shiftwidth = 2
|
||||
@@ -1,4 +0,0 @@
|
||||
setlocal et
|
||||
setlocal ts=2
|
||||
setlocal sts=2
|
||||
setlocal sw=2
|
||||
Reference in New Issue
Block a user