adjusted netrw; fixed ctrl+l in netrw

This commit is contained in:
2024-01-06 07:05:54 +01:00
parent fc104536c1
commit 3961a8710e
9 changed files with 97 additions and 51 deletions

View File

@@ -1,6 +1,10 @@
require 'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = { "javascript", "typescript", "c", "lua", "vim", "vimdoc", "query" },
ensure_installed = { "javascript", "typescript", "c", "lua", "vim", "vimdoc", "query", "c_sharp", "css", "gitcommit", "html", "svelte", "yaml", "astro", "toml", "jsdoc", "json" },
tree_docs = {
enable = true
},
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,