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

@ -1,5 +0,0 @@
GuiFont Hack:h9
GuiTabline 0
:call GuiClipboard()
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
set termguicolors

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()