feat(nvim): add octo

This commit is contained in:
2025-08-28 17:04:54 -04:00
parent e63dd8d5d1
commit cc045f225b
8 changed files with 47 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
require'nvim-treesitter.configs'.setup {
highlight = {enable = true, additional_vim_regex_highlighting = false}
}
require("nvim-treesitter.configs").setup({
highlight = { enable = true, additional_vim_regex_highlighting = false },
})
vim.treesitter.language.register("markdown", "octo")