mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 05:38:38 +02:00
tree picker and go
This commit is contained in:
parent
ca533432a6
commit
9953fa644c
3 changed files with 27 additions and 2 deletions
7
lua/custom/plugins/tree-picker.lua
Normal file
7
lua/custom/plugins/tree-picker.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
's1n7ax/nvim-window-picker',
|
||||
version = "*",
|
||||
config = function()
|
||||
require('window-picker').setup()
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue