Nvim: add nvim-buddy
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
return {
|
||||
'neovim/nvim-lspconfig',
|
||||
requires = {
|
||||
"SmiteshP/nvim-navbuddy",
|
||||
},
|
||||
config = function()
|
||||
local nvim_lsp = require('lspconfig')
|
||||
local clangd_extensions = require('clangd_extensions')
|
||||
@@ -42,6 +45,7 @@ return {
|
||||
floating_window_off_x = 500,
|
||||
floating_window_off_y = -5,
|
||||
})
|
||||
require'nvim-navbuddy'.attach(client, bufnr)
|
||||
end
|
||||
|
||||
local signs = {
|
||||
|
||||
Reference in New Issue
Block a user