From ced2e2b7c793feb40d2187d910b275a566cdfbf2 Mon Sep 17 00:00:00 2001 From: scbj Date: Tue, 13 Jan 2026 09:03:14 +0100 Subject: [PATCH] bits and bops --- bash-conf-work/.bash_paths | 3 +-- nvim/.config/nvim/lua/plugins/treesitter.lua | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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 = {