plugin heaven
This commit is contained in:
parent
67f33f32a3
commit
4384dfa118
18 changed files with 713 additions and 725 deletions
11
lua/plugins/window_picker.lua
Normal file
11
lua/plugins/window_picker.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
's1n7ax/nvim-window-picker',
|
||||
name = 'window-picker',
|
||||
event = 'VeryLazy',
|
||||
version = '2.*',
|
||||
config = function()
|
||||
require('window-picker').setup {
|
||||
hint = 'floating-big-letter',
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue