Fixed prisma treesitter

laptop
Elias Almqvist 10 months ago
parent 149290412e
commit e108a0c9f3
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      nvchad/.config/nvim/lua/custom/chadrc.lua
  2. 1
      nvchad/.config/nvim/lua/custom/configs/overrides.lua

@ -5,7 +5,7 @@ local M = {}
local highlights = require "custom.highlights" local highlights = require "custom.highlights"
M.ui = { M.ui = {
theme = "onedark", theme = "one_light",
theme_toggle = { "onedark", "one_light" }, theme_toggle = { "onedark", "one_light" },
hl_override = highlights.override, hl_override = highlights.override,

@ -12,6 +12,7 @@ M.treesitter = {
"c", "c",
"markdown", "markdown",
"markdown_inline", "markdown_inline",
"prisma",
"haskell", "haskell",
}, },
indent = { indent = {

Loading…
Cancel
Save