Add neovim plugins (+configuration)

This commit is contained in:
2025-05-05 22:50:28 +02:00
parent 73160c6fce
commit c77d44af33
17 changed files with 810 additions and 0 deletions

View File

@@ -0,0 +1 @@
require("tailwind-fold").setup({ ft = { "html", "svelte", "tsx" } })