2023-02-17 16:31:57 -05:00
|
|
|
-- You can add your own plugins here or in other files in this directory!
|
|
|
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
|
|
|
--
|
|
|
|
|
-- See the kickstart.nvim README for more information
|
2023-09-09 15:38:19 +02:00
|
|
|
return {
|
2023-09-15 14:02:55 +02:00
|
|
|
-- toggle diagnostics visibility
|
2023-09-09 15:38:19 +02:00
|
|
|
'WhoIsSethDaniel/toggle-lsp-diagnostics.nvim',
|
2023-09-15 14:02:55 +02:00
|
|
|
-- blade support
|
|
|
|
|
'jwalton512/vim-blade',
|
|
|
|
|
-- transparent bg
|
|
|
|
|
'xiyaowong/transparent.nvim',
|
2023-09-09 15:38:19 +02:00
|
|
|
}
|