1
0
Fork 0

Added NeoVim config

This commit is contained in:
Rain 2024-05-26 12:21:21 -04:00
parent e95429dd6c
commit 1c1f1bffe3
14 changed files with 634 additions and 0 deletions

3
dot_config/nvim/init.lua Normal file
View file

@ -0,0 +1,3 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.opt.guifont = { "Hack", ":h16" }