Check lsp client capabilties before formatting
This commit is contained in:
parent
030f887734
commit
a351ad691b
2 changed files with 6 additions and 2 deletions
|
|
@ -18,7 +18,11 @@
|
|||
- common
|
||||
tasks:
|
||||
- import_tasks: 'tasks/dotfiles.yml'
|
||||
- import_tasks: 'tasks/neovim.yml'
|
||||
|
||||
- name: Include neovim tasks
|
||||
import_tasks: 'tasks/neovim.yml'
|
||||
tags: neovim
|
||||
|
||||
- name: gather package facts
|
||||
package_facts:
|
||||
manager: pacman
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue