1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
jdhao-nvim-config/lua/config/live-command.lua
2024-09-19 22:07:03 +02:00

7 lines
120 B
Lua

require("live-command").setup {
defaults = {
enable_highlighting = false,
inline_highlighting = false,
},
}