Added initial nvim config

This commit is contained in:
pfych 2024-08-16 21:55:29 +10:00
parent 406d73f803
commit d31faf2dbf
14 changed files with 577 additions and 0 deletions

9
.config/nvim/init.lua Normal file
View file

@ -0,0 +1,9 @@
-- If stuff is broken try the following
-- 1. :PackerUpdate
-- 2. :Mason -> U
-- 3. :TSUpdate
require('pfych.base')
require('pfych.plugins')
require('pfych.colours')
require('pfych.keybinds')