first commit
This commit is contained in:
4
profiles/desktop/.config/nvim/after/ftplugin/lua.lua
Normal file
4
profiles/desktop/.config/nvim/after/ftplugin/lua.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
-- set default tab width to 2 spaces
|
||||
vim.opt_local.tabstop = 2 -- number of spaces that a tab counts for
|
||||
vim.opt_local.shiftwidth = 2 -- size of an autoindented shift
|
||||
vim.opt_local.softtabstop = 0 -- indentation size
|
||||
Reference in New Issue
Block a user