practicalli / neovim

Neovim, Conjure and LSP for Clojure development using Fennel configuration
https://practical.li/neovim/
Creative Commons Attribution Share Alike 4.0 International
20 stars 4 forks source link

disable neovim providers in fennel #12

Closed practicalli-johnny closed 1 year ago

practicalli-johnny commented 2 years ago

Show how to disable a provider using Fennel configuration, in the practicalli/neovim-config-redux and in https://practical.li/neovim/install/neovim/

Neovim uses external tools for some lanaguages, e.g. node.js for Javascrip, python 3 libraries for python, etc.

During the :checkhealth the operating system is checked to ensure the requirements for each provider are enabled.

If a provider is not required it can be disabled, e.g

let g:loaded_python3_provider = 0
practicalli-johnny commented 1 year ago

Added https://practical.li/neovim/install/neovim/#provider-warnings-disable-options