feat : misc dev stuff like treesitter vim conf and disable docker rootless
This commit is contained in:
parent
76ef90df68
commit
2401482472
3 changed files with 36 additions and 5 deletions
|
@ -10,6 +10,37 @@ return {
|
|||
},
|
||||
},
|
||||
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"css",
|
||||
"dockerfile",
|
||||
"go",
|
||||
"html",
|
||||
"javascript",
|
||||
"json",
|
||||
"lua",
|
||||
"make",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"nix",
|
||||
"php",
|
||||
"python",
|
||||
"query",
|
||||
"regex",
|
||||
"rust",
|
||||
"toml",
|
||||
"tsx",
|
||||
"typescript",
|
||||
"twig",
|
||||
"vim",
|
||||
"vue",
|
||||
"yaml",
|
||||
},
|
||||
},
|
||||
},
|
||||
-- Neotree plugin
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue