new default nvim config based on LazyVim

This commit is contained in:
Yevhenii Moruhyi 2023-05-19 19:23:21 -04:00
parent f6f507c71a
commit f6873678e2
6 changed files with 124 additions and 3 deletions

View file

@ -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