diff --git a/nvchad/.config/nvim/lua/custom/plugins.lua b/nvchad/.config/nvim/lua/custom/plugins.lua index 5d14f14..3640cb6 100644 --- a/nvchad/.config/nvim/lua/custom/plugins.lua +++ b/nvchad/.config/nvim/lua/custom/plugins.lua @@ -21,9 +21,7 @@ local plugins = { -- { -- "nvim-treesitter/nvim-treesitter", - -- opts = overrides.treesitter, - -- }, - + -- opts = overrides.treesitter, }, { "nvim-tree/nvim-tree.lua", opts = overrides.nvimtree, @@ -66,13 +64,13 @@ local plugins = { "JoosepAlviste/nvim-ts-context-commentstring", }, opts = overrides.treesitter, - config = function(_, opts) - dofile(vim.g.base46_cache .. "syntax") - require("nvim-treesitter.configs").setup(opts) - - -- use markdown parser for mdx files - vim.treesitter.language.register("mdx", "markdown", "tsx") - end, + -- config = function(_, opts) + -- dofile(vim.g.base46_cache .. "syntax") + -- require("nvim-treesitter.configs").setup(opts) + -- + -- -- use markdown parser for mdx files + -- vim.treesitter.language.register("mdx", "markdown", "tsx") + -- end, }, { diff --git a/oh-my-zsh/.oh-my-zsh/aliases.sh b/oh-my-zsh/.oh-my-zsh/aliases.sh index 895e126..9aa031a 100644 --- a/oh-my-zsh/.oh-my-zsh/aliases.sh +++ b/oh-my-zsh/.oh-my-zsh/aliases.sh @@ -29,7 +29,7 @@ cd_gitroot() { alias cr="cd_gitroot" -alias dev="cd $HOME/Projects/almtech/exa/" +alias dev="cd $HOME/Projects/almtech/exa/code/" alias dc="docker-compose"