mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-24 12:44:35 +02:00
vim-rooter is essential
This commit is contained in:
parent
076b8420d5
commit
7677f220b7
1 changed files with 8 additions and 0 deletions
|
@ -125,6 +125,14 @@ return require("packer").startup(function(use)
|
|||
end,
|
||||
}
|
||||
|
||||
-- whichkey
|
||||
use {
|
||||
"airblade/vim-rooter",
|
||||
config = function()
|
||||
vim.g.rooter_silent_chdir = 1
|
||||
end,
|
||||
}
|
||||
|
||||
-- Icons
|
||||
use { "kyazdani42/nvim-web-devicons" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue