Bump TF version and language server, coc.nvim fixes

This commit is contained in:
Andrejus
2020-10-26 17:01:20 +00:00
parent 6ea4142783
commit ae81a6be21
6 changed files with 40 additions and 11 deletions

View File

@@ -8,3 +8,4 @@
# References:
# https://unix.stackexchange.com/questions/192521/loading-profile-from-bash-profile-or-not-using-bash-profile-at-all
# https://www.stefaanlippens.net/my_bashrc_aliases_profile_and_other_stuff/
if [ -e /home/andrejus/.nix-profile/etc/profile.d/nix.sh ]; then . /home/andrejus/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer