Added editor configuration
This commit is contained in:
9
.config/nvim/lua/custom/init.lua
Normal file
9
.config/nvim/lua/custom/init.lua
Normal file
@ -0,0 +1,9 @@
|
||||
local opt = vim.opt
|
||||
|
||||
-- Indenting
|
||||
opt.expandtab = false
|
||||
opt.shiftwidth = 4
|
||||
opt.tabstop = 4
|
||||
opt.softtabstop = 4
|
||||
opt.autoindent = true
|
||||
opt.smartindent = true
|
Reference in New Issue
Block a user