bits and bops
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user