mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 15:45:22 +00:00
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
6 lines
144 B
Lua
6 lines
144 B
Lua
return {
|
|
"bennypowers/nvim-regexplainer",
|
|
opts = {},
|
|
ft = { "html", "javascript", "javascriptreact", "typescript", "typescriptreact" },
|
|
}
|