nvim/lua/plugins/nvim_navic.lua

12 lines
230 B
Lua
Raw Normal View History

return {
"SmiteshP/nvim-navic",
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",
},
}