Added keybind custom/configs/set.lua

This commit is contained in:
ChrisHilborne 2023-10-21 20:30:09 +02:00
parent 39aca09d72
commit eeaa9e4cb4
8 changed files with 20 additions and 4 deletions

View 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
View file

@ -0,0 +1 @@
require("custom.configs.set")