trixy/init.lua

16 lines
668 B
Lua
Raw Normal View History

2023-07-29 15:00:35 +02:00
2023-07-30 09:07:54 +02:00
-- ████████╗██████╗ ██╗██╗ ██╗██╗ ██╗
-- ╚══██╔══╝██╔══██╗██║╚██╗██╔╝╚██╗ ██╔╝
-- ██║ ██████╔╝██║ ╚███╔╝ ╚████╔╝
-- ██║ ██╔══██╗██║ ██╔██╗ ╚██╔╝
-- ██║ ██║ ██║██║██╔╝ ██╗ ██║
-- ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝
-- Setup Lazy.nvim and plugins
2023-07-30 09:07:54 +02:00
require("plugins")
-- Setup standard neovim options
2023-07-30 09:07:54 +02:00
require("options")