mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 10:33:49 -03:00
chore: move navic to the lsp extras module
This commit is contained in:
parent
2ffef85e64
commit
0a689a44a0
3 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,7 @@ M.config = function()
|
|||
depth_limit = 0,
|
||||
depth_limit_indicator = "..",
|
||||
})
|
||||
vim.o.winbar = "%{%v:lua.require'nvim-navic'.get_location()%}"
|
||||
end
|
||||
|
||||
return M
|
|
@ -4,6 +4,7 @@ local M = {
|
|||
"saghen/blink.cmp",
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
require("plugins.lsp.extras.context"),
|
||||
require("plugins.lsp.extras.lazydev"),
|
||||
require("plugins.lsp.extras.gopher"),
|
||||
require("plugins.lsp.extras.typescript"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue