Public Access
initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
local configs = require("nvim-treesitter.configs")
|
||||
vim.keymap.set("n", "<C-t>", ":Neotree toggle<CR>")
|
||||
|
||||
configs.setup({
|
||||
ensure_installed = {"lua", "javascript", "html", "css", "rust", "typescript", "python"},
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user