bits and bops

This commit is contained in:
scbj
2026-01-13 09:03:14 +01:00
parent 5053a4130a
commit ced2e2b7c7
2 changed files with 1 additions and 3 deletions

View File

@@ -7,8 +7,7 @@
# to find scripts and utilities # to find scripts and utilities
export_paths=("${HOME}/dotfiles/scripts") 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 for entry in ${export_paths[@]}; do
if ! [[ -d "${entry}" ]]; then if ! [[ -d "${entry}" ]]; then

View File

@@ -1,7 +1,6 @@
return { -- Highlight, edit, and navigate code return { -- Highlight, edit, and navigate code
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
build = ":TSUpdate", build = ":TSUpdate",
main = "nvim-treesitter.configs", -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter` -- [[ Configure Treesitter ]] See `:help nvim-treesitter`
opts = { opts = {
ensure_installed = { ensure_installed = {