mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Added breadcrumbs
This commit is contained in:
parent
703f6c0e00
commit
67c17fe36d
2 changed files with 8 additions and 0 deletions
|
|
@ -85,6 +85,12 @@ return packer.startup(function(use)
|
|||
}
|
||||
}
|
||||
|
||||
-- nvim breadcrumbs
|
||||
use {
|
||||
"SmiteshP/nvim-navic",
|
||||
requires = "neovim/nvim-lspconfig"
|
||||
}
|
||||
|
||||
-- LSP Config
|
||||
use 'neovim/nvim-lspconfig'
|
||||
use 'kabouzeid/nvim-lspinstall'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue