Merge remote-tracking branch 'base/master'

This commit is contained in:
Baipyrus 2024-02-28 15:14:37 +01:00
commit 62df1661f9

View File

@ -9,7 +9,11 @@
-- :Lazy update
--
-- NOTE: Here is where you install your plugins.
require('lazy').setup({
require('lazy').setup {
-- [[ Plugin Specs list ]]
-- NOTE: First, some plugins that don't require any configuration
-- Discord RPC
'andweeb/presence.nvim',
@ -295,6 +299,6 @@ require('lazy').setup({
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- For additional information see: :help lazy.nvim-lazy.nvim-structuring-your-plugins
{ import = 'custom.plugins' },
}, {})
}
-- vim: ts=2 sts=2 sw=2 et