vimrc: updated netrw, removed ginit.vim

This commit is contained in:
Tobias Schmidl 2025-04-01 15:15:55 +02:00
parent a13427da06
commit 28192c4c63
3 changed files with 4 additions and 5 deletions

View file

@ -2,6 +2,7 @@ vim.o.termguicolors = true
vim.opt.runtimepath:append("~/.vim")
vim.opt.runtimepath:append("~/.vim/after")
vim.opt.packpath:append(vim.opt.runtimepath)
vim.o.guifont = "Hack:h9"
vim.cmd('source ~/.vimrc')
require("formatter").setup()
require("mason").setup()