[2024-05-24] Adding noice.nvim, minor aesthetic feline updates

This commit is contained in:
Andrew Conlin 2024-05-24 16:34:48 +01:00
parent f2cda4463e
commit af9d132faf
5 changed files with 67 additions and 10 deletions

View file

@ -1,6 +1,6 @@
require('nvim-treesitter.configs').setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = { "matlab", "lua", "vim", "vimdoc" },
ensure_installed = { "matlab", "lua", "vim", "vimdoc", "regex" },
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,