dotfiles/home/private_dot_config/nvim/init.lua

4 lines
73 B
Lua
Raw Normal View History

2023-02-10 09:24:29 -06:00
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
2025-01-23 12:55:48 -06:00