add many plugins

This commit is contained in:
Guðmundur Bjarki Sigurðsson 2024-03-29 03:07:42 +00:00
parent e4260c415e
commit 7b821a02d3
11 changed files with 156 additions and 8 deletions

View file

@ -1,4 +1,5 @@
return { -- Autoformat
enable = false,
'stevearc/conform.nvim',
opts = {
notify_on_error = false,
@ -15,7 +16,7 @@ return { -- Autoformat
formatters_by_ft = {
lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially
python = { "isort", "black" },
python = { 'black' },
--
-- You can use a sub-list to tell conform to run *until* a formatter
-- is found.