first commit
This commit is contained in:
commit
15e643aa8e
41 changed files with 1623 additions and 0 deletions
6
lua/plugins/quickfixdd.lua
Normal file
6
lua/plugins/quickfixdd.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- Adds delete functionality to quickfix list (keymap dd)
|
||||
return {
|
||||
-- https://github.com/TamaMcGlinn/quickfixdd
|
||||
'TamaMcGlinn/quickfixdd',
|
||||
event = 'VeryLazy'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue