idr
This commit is contained in:
7
lua/config/opts.lua
Normal file
7
lua/config/opts.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.smartindent = true
|
||||
vim.opt.autoindent = true
|
||||
Reference in New Issue
Block a user