update config
This commit is contained in:
12
.config/nvim/lua/config.lua
Normal file
12
.config/nvim/lua/config.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
vim.o.syntax = "on"
|
||||
vim.o.expandtab = true
|
||||
vim.o.tabstop = 4
|
||||
vim.o.softtabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.smarttab = true
|
||||
vim.o.smartindent = true
|
||||
vim.o.number = true
|
||||
vim.o.relativenumber = true
|
||||
vim.o.colorcolumn = "100"
|
||||
vim.o.bg = "dark"
|
||||
|
||||
Reference in New Issue
Block a user