feat(nvim): pretty_hover plugin for better doxygen lsp hover
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
"oil.nvim": { "branch": "master", "commit": "fcca212c2e966fc3dec1d4baf888e670631d25d1" },
|
||||
"overseer.nvim": { "branch": "master", "commit": "cbcdcbae3704c21d3ff96a1927d952b8a966b08a" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" },
|
||||
"pretty_hover": { "branch": "master", "commit": "5b0688954447d65e13cba548305700b0af8d4831" },
|
||||
"rustaceanvim": { "branch": "master", "commit": "047f9c9d8cd2861745eb9de6c1570ee0875aa795" },
|
||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "cf48d4dfce44e0b9a2e19a008d6ec6ea6f01a83b" },
|
||||
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
|
||||
|
||||
5
.config/nvim/lua/custom/plugins/pretty-hover.lua
Normal file
5
.config/nvim/lua/custom/plugins/pretty-hover.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
'Fildo7525/pretty_hover',
|
||||
event = 'LspAttach',
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user