feat: markt .svx files as markdown

This commit is contained in:
2025-10-03 11:42:22 +02:00
parent f386d9dc8f
commit 80231254de

View File

@@ -9,6 +9,7 @@ vim.o.wrap = false -- Disable line wrapping
vim.o.cursorline = true -- Highlight the current line
vim.o.termguicolors = true -- Enable 24-bit RGB colors
vim.o.clipboard = "unnamedplus"
vim.filetype.add({extension = {svx = "markdown"}})
-- Syntax highlighting and filetype plugins
vim.cmd('syntax enable')