mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Add plugin live-command.nvim
This commit is contained in:
parent
81f64ed32e
commit
154cde3d71
6
lua/config/live-command.lua
Normal file
6
lua/config/live-command.lua
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
require("live-command").setup {
|
||||||
|
defaults = {
|
||||||
|
enable_highlighting = false,
|
||||||
|
inline_highlighting = false,
|
||||||
|
},
|
||||||
|
}
|
||||||
@ -563,6 +563,16 @@ local plugin_specs = {
|
|||||||
require("copilot").setup {}
|
require("copilot").setup {}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"smjonas/live-command.nvim",
|
||||||
|
-- live-command supports semantic versioning via Git tags
|
||||||
|
-- tag = "2.*",
|
||||||
|
cmd = "Preview",
|
||||||
|
config = function()
|
||||||
|
require("config.live-command")
|
||||||
|
end,
|
||||||
|
event = "VeryLazy"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
require("lazy").setup {
|
require("lazy").setup {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user