feat(nvim): drop-in runtime tree
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
if vim.b.did_ftplugin then
|
||||
return
|
||||
end
|
||||
vim.b.did_ftplugin = true
|
||||
|
||||
local ok = pcall(vim.treesitter.start, 0, "tumblr")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
vim.bo.commentstring = "<!-- %s -->"
|
||||
Reference in New Issue
Block a user