added some netrw support and neogit

This commit is contained in:
venus
2025-12-24 01:23:20 -06:00
parent e47751c2a5
commit 85bd433f73
2 changed files with 22 additions and 1 deletions

View File

@@ -4,8 +4,11 @@
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false
vim.g.have_nerd_font = true
vim.g.netrw_winsize = 20
vim.g.netrw_banner = 0
vim.g.netrw_liststyle = 3
-- [[Setting options]]
-- See `:help vim.o`