Skip to content

Commit

Permalink
update conf for plugin live-command.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Sep 20, 2024
1 parent 154cde3 commit b9cf3cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lua/config/live-command.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require("live-command").setup {
defaults = {
enable_highlighting = false,
inline_highlighting = false,
},
enable_highlighting = true,
inline_highlighting = true,
}

0 comments on commit b9cf3cc

Please sign in to comment.