Skip to content

stsewd/isort.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Isort.nvim

Neovim plugin to sort python imports using isort.

Inspired by vim-isort.

Requirements

  • Isort (pip install isort).
  • The isort command must be on your PATH.

Install

Install using vim-plug. Put this on your init.vim.

Plug 'stsewd/isort.nvim', { 'for': 'python', 'do': ':UpdateRemotePlugins' }

Usage

Call :Isort and it will sort the imports of the current buffer. You can also pass a range via the visual mode.

All arguments of the command will be passed to isort.

Configuration

Isort command.

g:isort_command = 'isort'

About

Neovim plugin to sort Python imports using isort

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages