mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 09:02:29 +00:00
Lazy git commit
This commit is contained in:
8
nvim/lua/options.lua
Normal file
8
nvim/lua/options.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
vim.o.tabstop = 4
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.expandtab = true
|
||||
vim.o.relativenumber = true
|
||||
vim.o.smartindent = true
|
||||
vim.o.syntax = true
|
||||
vim.o.cursorline = true
|
||||
vim.o.signcolumn = "number"
|
||||
Reference in New Issue
Block a user