Added basic Neovim config
This commit is contained in:
6
home/private_dot_config/nvim/init.lua
Normal file
6
home/private_dot_config/nvim/init.lua
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
-- Enable relative line numbers
|
||||||
|
vim.opt.number = true
|
||||||
|
vim.opt.relativenumber = true
|
||||||
|
|
||||||
|
-- Highlight the current line
|
||||||
|
vim.opt.cursorline = true
|
Reference in New Issue
Block a user