feat(nvim): new plugin: otter
This commit is contained in:
parent
98d5649546
commit
3fc3c60182
1 changed files with 5 additions and 0 deletions
5
.config/nvim/lua/plugins/extras/lsp/otter.lua
Normal file
5
.config/nvim/lua/plugins/extras/lsp/otter.lua
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
return {
|
||||||
|
"jmbuhr/otter.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
opts = {},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue