new default nvim config based on LazyVim
This commit is contained in:
parent
f6f507c71a
commit
f6873678e2
6 changed files with 124 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
-- Options are automatically loaded before lazy.nvim startup
|
||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||
-- Add any additional options here
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
vim.o.mouse = ""
|
||||
vim.o.nu = true
|
||||
vim.o.guicursor = ""
|
||||
vim.o.cursorline = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue