feat: Initial nvim configs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
vim.opt.undofile = true
|
||||
|
||||
vim.g.mapleader = " "
|
||||
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.shiftwidth = 0
|
||||
|
||||
vim.o.scrolloff = 20
|
||||
|
||||
vim.opt.signcolumn = 'yes'
|
||||
Reference in New Issue
Block a user