Add plugin live-command.nvim

This commit is contained in:
jdhao
2024-09-19 22:07:03 +02:00
parent 81f64ed32e
commit 154cde3d71
2 changed files with 16 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
require("live-command").setup {
defaults = {
enable_highlighting = false,
inline_highlighting = false,
},
}