Nvim: add nvim-buddy

This commit is contained in:
Robert Kmieć
2023-04-02 23:16:37 +02:00
parent 2acb8c969d
commit 593d27f333
19 changed files with 20 additions and 163 deletions

View File

@@ -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 = {