fix: bootstrap.sh: make simlinks default action

fix: bootstrap.sh: removed spurious values from code and from comments
NeoVIM: Remove awk_ls from default Mason installs
This commit is contained in:
Pratik Tripathy
2024-07-02 15:30:09 +05:30
parent 6a308e0a9e
commit 2463b0bc8d
3 changed files with 6 additions and 10 deletions

View File

@@ -125,7 +125,6 @@ return {
-- https://github.com/joe-re/sql-language-server?tab=readme-ov-file#configuration
sqlls = {},
marksman = {},
awk_ls = {},
cssls = {},
dockerls = {},
docker_compose_language_service = {},

View File

@@ -67,7 +67,7 @@ export ADB_VENDOR_KEYS="$XDG_CONFIG_HOME/android"
# Setup Python
export PYENV_ROOT="$XDG_DATA_HOME/pyenv"
command -v pyenv >/dev/null && export PATH="$PATH:$PYENV_ROOT/bin"
command -v pyenv >/dev/null && export PATH="$PATH:$PYENV_ROOT/bin:$PYENV_ROOT/shims"
command -v pyenv >/dev/null && eval "$(pyenv init -)"
export PYTHON_HISTORY="$XDG_STATE_HOME/shell/python_history" # will be picked up by Python 3.13+