mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: restructure plugin loading.
This commit is contained in:
parent
aed64ca4a0
commit
ae10df6e2c
3 changed files with 8 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
{ import = "user.plugins.editor.treesitter" },
|
||||
"echasnovski/mini.bufremove",
|
||||
{
|
||||
"windwp/nvim-autopairs",
|
||||
|
|
@ -77,6 +78,7 @@ return {
|
|||
}
|
||||
end,
|
||||
},
|
||||
{ import = "user.plugins.editor.gitsigns" },
|
||||
-- Formatting
|
||||
{
|
||||
'stevearc/conform.nvim',
|
||||
|
|
@ -90,6 +92,8 @@ return {
|
|||
user.formatter = ":lua require'conform'.format({ async = true })<CR>:<DEL>"
|
||||
end
|
||||
},
|
||||
{ import = "user.plugins.editor.fuzzyfinder" },
|
||||
{ import = "user.plugins.editor.autocomplete" },
|
||||
-- Snippets
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue