Add some neovim config
This commit is contained in:
11
home/editor/neovim/options.lua
Normal file
11
home/editor/neovim/options.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
|
||||
vim.opt.cursorline = true
|
||||
vim.opt.scrolloff = 15
|
||||
vim.opt.wrap = true
|
||||
vim.o.number = true
|
||||
vim.o.relativenumber = true
|
||||
|
||||
vim.o.tabstop = 4
|
||||
vim.o.shiftwidth = 4
|
Reference in New Issue
Block a user