Skip to content

Commit

Permalink
feat: Add opts properties in navic plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
CainCarmo committed Oct 21, 2024
1 parent 041a70e commit 078b85d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lua/user/plugins/navic.lua
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
return { "SmiteshP/nvim-navic", lazy = true }
return {
"SmiteshP/nvim-navic",
opts = {
click = true,
highlight = true,
icons = icons.kind,
lsp = { auto_attach = true }
}
}

0 comments on commit 078b85d

Please sign in to comment.