nvim: reorder plugins

This commit is contained in:
He4eT 2025-08-27 21:47:18 +02:00
commit 87a3ecb30e

View file

@ -487,7 +487,7 @@ require('lazy').setup({
print(vim.inspect(vim.lsp.buf.list_workspace_folders())) print(vim.inspect(vim.lsp.buf.list_workspace_folders()))
end, 'workspac[e]: [l]ist folders') end, 'workspac[e]: [l]ist folders')
vim.api.nvim_buf_create_user_command(event.buf, 'Format', function(_) vim.api.nvim_buf_create_user_command(event.buf, 'Format', function()
vim.lsp.buf.format() vim.lsp.buf.format()
end, { desc = 'Format current buffer with LSP' }) end, { desc = 'Format current buffer with LSP' })
end, end,
@ -590,7 +590,6 @@ require('lazy').setup({
dependencies = { dependencies = {
'rktjmp/lush.nvim', 'rktjmp/lush.nvim',
}, },
-- dir = '~/trash/desolate.nvim',
priority = 1000, priority = 1000,
init = function() init = function()
vim.g.desolate_h = 0 vim.g.desolate_h = 0
@ -614,6 +613,7 @@ require('lazy').setup({
vim.o.background = 'dark' vim.o.background = 'dark'
vim.cmd.colorscheme 'desolate' vim.cmd.colorscheme 'desolate'
end, end,
-- dir = '~/trash/desolate.nvim',
}, },
}, { }, {
-- lazy.nvim options -- lazy.nvim options