Add moar LSP servers and upgrade neovim config #52

Merged
joao.dubas merged 19 commits from jpd-upgrade-kickstart-lsp-servers into main 2024-06-16 18:25:23 +00:00
Showing only changes of commit eeadcd2154 - Show all commits

View File

@ -26,5 +26,9 @@ if [ ! -d ${XDG_CONFIG_HOME}/fish/completions/helm.fish ]; then
echo "setup helm completion"
helm completion fish > ${XDG_CONFIG_HOME}/fish/completions/helm.fish
fi
if [ ! -d ${XDG_CONFIG_HOME}/fish/completions/ctlptl.fish ]; then
echo "setup ctlptl completion"
ctlptl completion fish > ~/.config/fish/completions/ctlptl.fish
fi
exec "$@"