add many plugins
This commit is contained in:
parent
e4260c415e
commit
7b821a02d3
11 changed files with 156 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue