COMPLETE rewrite of neovim config to see if we can speed things up!
This commit is contained in:
12
configs/dotfiles/nvim/lua/plugins/rest.lua
Normal file
12
configs/dotfiles/nvim/lua/plugins/rest.lua
Normal file
@ -0,0 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"rest-nvim/rest.nvim",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function (_, opts)
|
||||
opts.ensure_installed = opts.ensure_installed or {}
|
||||
table.insert(opts.ensure_installed, "http")
|
||||
end,
|
||||
}
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user