[nvim] Added function to organize imports.

This commit is contained in:
Keanu Timmermans 2021-07-03 12:48:13 +02:00
commit 9136e67a84
Signed by: keanucode
GPG key ID: A7431C0D513CA93B
2 changed files with 2 additions and 0 deletions

1
nvim/plugin/commands.vim Normal file
View file

@ -0,0 +1 @@
command! -nargs=0 OR :call CocAction('runCommand', 'editor.action.organizeImport')