mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add code runner jaq
This commit is contained in:
parent
a5bfdfbfb2
commit
9ac7fbb4c6
5 changed files with 137 additions and 21 deletions
|
@ -208,6 +208,13 @@ return {
|
|||
require("user.coderunner")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"is0n/jaq-nvim",
|
||||
event = "CursorHold",
|
||||
config = function()
|
||||
require("user.jaq")
|
||||
end,
|
||||
},
|
||||
-- for color view
|
||||
{
|
||||
"NvChad/nvim-colorizer.lua",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue