add basic vim options
This commit is contained in:
parent
dbc8f9ae00
commit
bdda612d66
8
neovim/init.lua
Normal file
8
neovim/init.lua
Normal file
@ -0,0 +1,8 @@
|
||||
vim.cmd([[
|
||||
set number relativenumber
|
||||
set tabstop=4 softtabstop=4
|
||||
set expandtab
|
||||
set shiftwidth=4
|
||||
set exrc
|
||||
|
||||
]])
|
||||
Loading…
Reference in New Issue
Block a user