๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove support for concatenation in tailwind lsp

kacaii 3d9f8f58 44fc3463

+2 -5
+1 -1
.config/ghostty/config
··· 1 1 theme = catppuccin-mocha.conf 2 - font-family = "Maple Mono NF" 2 + font-family = "Maple Mono" 3 3 font-thicken = true 4 4 background-opacity = 0.9 5 5 background-blur = true
-4
.config/nvim/lua/plugins/lsp.lua
··· 16 16 'class\\(\\s*[\\r\\n]?\\s*"([^"]*)",?\\s*[\\r\\n]?\\s*\\)', 17 17 "class\\(\\s*['\"]([^'\"]*)['\"]\\s*\\)", 18 18 "#?\\(\\s*['\"]([^'\"]*)['\"]\\s*,\\s*[^\\)]*\\)", 19 - 20 - -- Supports <> concatenation 21 - "class\\([\\s\\S]*?\\)", 22 - "['\"]([^'\"]*)['\"]", 23 19 }, 24 20 }, 25 21 },
+1
.config/nvim/lua/plugins/render_markdown.lua
··· 1 1 return { 2 2 "MeanderingProgrammer/render-markdown.nvim", 3 3 opts = { 4 + latex = { enabled = false }, 4 5 completions = { lsp = { enabled = true } }, 5 6 heading = { enabled = false }, 6 7 code = { style = "normal" },