6afe9d61c3
pretty much all of it, i just need to probably add some sort of barbar.nvim thingy or bufferline, idk.
8 lines
163 B
Lua
8 lines
163 B
Lua
-- autotag and autopairs plugins
|
|
return {
|
|
"windwp/nvim-autopairs",
|
|
event = "InsertEnter",
|
|
opts = {
|
|
disable_filetype = { "TelescopePrompt", "vim" }, },
|
|
}
|