Add neovim config file
This commit is contained in:
parent
e8549dea1d
commit
30593b8c0b
1 changed files with 10 additions and 0 deletions
10
.config/nvim/init.lua
Normal file
10
.config/nvim/init.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
-- SPDX-License-Identifier: Unlicense
|
||||
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.wo.relativenumber = true
|
||||
|
||||
vim.cmd([[
|
||||
set nu
|
||||
set rnu
|
||||
]])
|
Loading…
Add table
Add a link
Reference in a new issue