add nvim plugins
Added: - flash.nvim for better movement - debugprint.nvim for insert print debug statements
This commit is contained in:
parent
d082d41624
commit
d870d23e79
7 changed files with 72 additions and 31 deletions
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"andrewferrier/debugprint.nvim",
|
||||
opts = {},
|
||||
-- Remove the following line to use development versions,
|
||||
-- not just the formal releases
|
||||
version = "*",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue