nvim: replace with a new config
This commit is contained in:
10
nvim/.config/nvim/lua/config/options.lua
Normal file
10
nvim/.config/nvim/lua/config/options.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
vim.opt.shortmess = vim.opt.shortmess + "I"
|
||||
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " \\"
|
||||
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.signcolumn = "yes"
|
||||
|
||||
vim.opt.timeout = false
|
||||
Reference in New Issue
Block a user