vimrc: updated netrw, removed ginit.vim
This commit is contained in:
parent
a13427da06
commit
28192c4c63
3 changed files with 4 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue