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"
M.ui = {
theme = "onedark",
theme = "one_light",
theme_toggle = { "onedark", "one_light" },
hl_override = highlights.override,

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

Loading…
Cancel
Save