add basic vim options

nix-components
pegasust 2022-08-14 00:48:17 -07:00
parent dbc8f9ae00
commit bdda612d66
1 changed files with 8 additions and 0 deletions

8
neovim/init.lua Normal file
View File

@ -0,0 +1,8 @@
vim.cmd([[
set number relativenumber
set tabstop=4 softtabstop=4
set expandtab
set shiftwidth=4
set exrc
]])