Make custom changes
This commit is contained in:
parent
76c5b1ec57
commit
3c373a170e
6 changed files with 716 additions and 5 deletions
5
after/plugin/defaults.lua
Normal file
5
after/plugin/defaults.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
vim.opt.relativenumber = true
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
vim.bo.softtabstop = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue