Switching to navic for breadcrumbs
This commit is contained in:
@@ -229,9 +229,14 @@ require('lazy').setup({
|
||||
},
|
||||
|
||||
{
|
||||
'nvim-treesitter/nvim-treesitter-context',
|
||||
'SmiteshP/nvim-navic',
|
||||
opts = {
|
||||
enable = true,
|
||||
lsp = {
|
||||
auto_attach = true
|
||||
}
|
||||
},
|
||||
dependencies = {
|
||||
{ 'nvim-lspconfig' }
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -245,6 +250,9 @@ require('lazy').setup({
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
sections = {
|
||||
lualine_c = { 'navic' }
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user