1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: minor stuff

This commit is contained in:
Henrik Hautakoski 2024-09-24 19:40:13 +02:00
parent d028b5b009
commit bd6f6bed80

View file

@ -14,9 +14,12 @@ return {
opts = { opts = {
-- Default parsers. -- Default parsers.
ensure_installed = { ensure_installed = {
-- VIM stuff
"vim", "vim",
"vimdoc", "vimdoc",
"query", "query",
-- Common config languages
"json", "json",
"jsonc", "jsonc",
"yaml", "yaml",