add isort plugin
This commit is contained in:
parent
9608cc41d3
commit
c3cbab752d
@ -19,7 +19,7 @@ function M.config()
|
||||
sources = {
|
||||
-- Set a formatter
|
||||
formatting.prettierd,
|
||||
formatting.black,
|
||||
--formatting.black,
|
||||
|
||||
-- Set a linter
|
||||
diagnostics.eslint_d,
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user