update nvim config to use lazynvim

This commit is contained in:
liv 2024-02-26 13:39:06 +01:00
parent 3f51767fbe
commit 867a86f153
18 changed files with 366 additions and 273 deletions

View file

@ -0,0 +1,3 @@
-- Autocmds are automatically loaded on the VeryLazy event
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
-- Add any additional autocmds here