[2024-05-24] Adding noice.nvim, minor aesthetic feline updates
This commit is contained in:
parent
f2cda4463e
commit
af9d132faf
5 changed files with 67 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue