From ac6e7ae00b8d5568b216542d23528be1dfff0ea4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 23 Apr 2026 11:53:07 +0200 Subject: Add auto syntax highlight --- ftplugin/wmap.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftplugin/wmap.lua diff --git a/ftplugin/wmap.lua b/ftplugin/wmap.lua new file mode 100644 index 0000000..fe6caae --- /dev/null +++ b/ftplugin/wmap.lua @@ -0,0 +1 @@ +vim.treesitter.start() -- cgit