neovim: add otter.nvim

This commit is contained in:
Alexandre Cavalheiro 2024-06-26 02:10:58 -03:00
parent a61557e3de
commit 13b9de2b12
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -33,4 +33,12 @@ return {
return opts
end,
},
{
"jmbuhr/otter.nvim",
dependencies = {
"hrsh7th/nvim-cmp",
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
},
},
}