2023-05-04 12:39:25 +01:00
|
|
|
return {
|
|
|
|
"SmiteshP/nvim-navic",
|
2023-05-31 16:47:30 +01:00
|
|
|
cond = not vim.g.vscode,
|
2023-05-04 12:39:25 +01:00
|
|
|
dependencies = "neovim/nvim-lspconfig",
|
|
|
|
lazy = true,
|
2023-05-16 09:22:33 +01:00
|
|
|
config = true,
|
|
|
|
opts = {
|
|
|
|
safe_output = true,
|
|
|
|
click = true,
|
|
|
|
icons = require "ui.navic_icons",
|
|
|
|
},
|
2023-05-04 12:39:25 +01:00
|
|
|
}
|