Elias Almqvist 5 months ago
parent 399563df9b
commit f83d0e3dda
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 18
      nvchad/.config/nvim/lua/custom/plugins.lua
  2. 2
      oh-my-zsh/.oh-my-zsh/aliases.sh

@ -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,
},
{

@ -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"

Loading…
Cancel
Save