Update config

This commit is contained in:
Karolis Arbačiauskas 2025-03-09 18:56:07 +02:00
parent de76eeffc4
commit 9678e43efe
9 changed files with 128 additions and 11 deletions

View file

@ -1058,6 +1058,7 @@ require('lazy').setup({
--
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
{ import = 'custom.plugins' },
--
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
-- Or use telescope!
@ -1085,5 +1086,8 @@ require('lazy').setup({
},
})
-- Custom configuration
require 'custom.commands'
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et