diff options
Diffstat (limited to 'fnl/conf/pkgs/lspconfig.fnl')
| -rw-r--r-- | fnl/conf/pkgs/lspconfig.fnl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fnl/conf/pkgs/lspconfig.fnl b/fnl/conf/pkgs/lspconfig.fnl index c2803cd..8d01061 100644 --- a/fnl/conf/pkgs/lspconfig.fnl +++ b/fnl/conf/pkgs/lspconfig.fnl @@ -28,6 +28,13 @@ ;; Show a code lens toggling the display of gc's choices.} :buildFlags [:-tags=all]}}}) +(lspconfig.ansiblels.setup {:ansible {:ansible {:path :ansible} + :executionEnvironment {:enabled false} + :python {:interpreterPath :python} + :validation {:enabled true + :lint {:enabled false + :path :ansible-lint}}}}) + ;; (tset configs :fennel_language_server ;; {:default_config {;; replace it with true path ;; :cmd [:fennel-language-server] |
