add isort plugin

This commit is contained in:
Michael Peters 2022-09-19 11:56:07 -07:00
parent 9608cc41d3
commit c3cbab752d
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function M.config()
sources = {
-- Set a formatter
formatting.prettierd,
formatting.black,
--formatting.black,
-- Set a linter
diagnostics.eslint_d,

View File

@ -162,6 +162,9 @@ packer.startup {
-- Remember your last place when opening a file
use { 'farmergreg/vim-lastplace' }
-- Import sorting for python (:Isort)
use { 'stsewd/isort.nvim', run = ':UpdateRemotePlugins' }
end,
config = {
display = {