1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update conf for plugin live-command.nvim

This commit is contained in:
jdhao 2024-09-20 21:25:00 +02:00
parent 154cde3d71
commit b9cf3cc6ed

View File

@ -1,6 +1,4 @@
require("live-command").setup {
defaults = {
enable_highlighting = false,
inline_highlighting = false,
},
enable_highlighting = true,
inline_highlighting = true,
}