Added keybind custom/configs/set.lua
This commit is contained in:
parent
39aca09d72
commit
eeaa9e4cb4
8 changed files with 20 additions and 4 deletions
9
lua/custom/configs/set.lua
Normal file
9
lua/custom/configs/set.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
vim.opt.nu = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
|
||||
vim.opt.smartindent = true
|
||||
1
lua/custom/init.lua
Normal file
1
lua/custom/init.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
require("custom.configs.set")
|
||||
Loading…
Add table
Add a link
Reference in a new issue