mirror of https://github.com/fredrikekre/.dotfiles
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
-- https://github.com/nvim-treesitter/nvim-treesitter |
||||
return { |
||||
"nvim-treesitter/nvim-treesitter", |
||||
build = ":TSUpdate", |
||||
config = function() |
||||
require("nvim-treesitter.configs").setup({ |
||||
ensure_installed = {"julia", "markdown", "lua"}, |
||||
highlight = {enable = true} |
||||
}) |
||||
end, |
||||
} |
||||
Loading…
Reference in new issue