diff --git a/bash-conf-work/.bash_paths b/bash-conf-work/.bash_paths index 726d5ee..3123dbf 100644 --- a/bash-conf-work/.bash_paths +++ b/bash-conf-work/.bash_paths @@ -7,8 +7,7 @@ # to find scripts and utilities export_paths=("${HOME}/dotfiles/scripts") -export_paths+=("$HOME/tools/Xilinx/Vivado/2021.1/bin") -export_paths+=("$HOME/tools/jlink") +export_paths+=("${HOME}/tools/jlink") for entry in ${export_paths[@]}; do if ! [[ -d "${entry}" ]]; then diff --git a/nvim/.config/nvim/lua/plugins/treesitter.lua b/nvim/.config/nvim/lua/plugins/treesitter.lua index 3e7628f..eb26820 100644 --- a/nvim/.config/nvim/lua/plugins/treesitter.lua +++ b/nvim/.config/nvim/lua/plugins/treesitter.lua @@ -1,7 +1,6 @@ return { -- Highlight, edit, and navigate code "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", - main = "nvim-treesitter.configs", -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { ensure_installed = {