add isort plugin
This commit is contained in:
parent
9608cc41d3
commit
c3cbab752d
@ -19,7 +19,7 @@ function M.config()
|
|||||||
sources = {
|
sources = {
|
||||||
-- Set a formatter
|
-- Set a formatter
|
||||||
formatting.prettierd,
|
formatting.prettierd,
|
||||||
formatting.black,
|
--formatting.black,
|
||||||
|
|
||||||
-- Set a linter
|
-- Set a linter
|
||||||
diagnostics.eslint_d,
|
diagnostics.eslint_d,
|
||||||
|
@ -162,6 +162,9 @@ packer.startup {
|
|||||||
|
|
||||||
-- Remember your last place when opening a file
|
-- Remember your last place when opening a file
|
||||||
use { 'farmergreg/vim-lastplace' }
|
use { 'farmergreg/vim-lastplace' }
|
||||||
|
|
||||||
|
-- Import sorting for python (:Isort)
|
||||||
|
use { 'stsewd/isort.nvim', run = ':UpdateRemotePlugins' }
|
||||||
end,
|
end,
|
||||||
config = {
|
config = {
|
||||||
display = {
|
display = {
|
||||||
|
Loading…
Reference in New Issue
Block a user