summaryrefslogtreecommitdiff
path: root/lua/autocommands/coc.lua
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-09-18 11:39:25 +0200
committerHampusM <hampus@hampusmat.com>2022-09-18 11:39:25 +0200
commit3c238894c5b6f15c5f27cea8bd3785eb0f1ebf0f (patch)
tree68292df2b0cd698484d26057a4faf914e9ea6300 /lua/autocommands/coc.lua
parentd8fa264ac732286dcf9234bc40e60eeb7e230ca7 (diff)
add config
Diffstat (limited to 'lua/autocommands/coc.lua')
-rw-r--r--lua/autocommands/coc.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/autocommands/coc.lua b/lua/autocommands/coc.lua
new file mode 100644
index 0000000..965cca2
--- /dev/null
+++ b/lua/autocommands/coc.lua
@@ -0,0 +1,9 @@
+require("utility.autocmd")
+
+-- Highlight the symbol and its references when holding the cursor.
+autocmd("CursorHold", "*", "silent call CocActionAsync('highlight')")
+
+augroup("coc-misc", {
+ -- {"FileType", "typescript,json", "setl formatexpr=CocAction('formatSelected')"},
+ {"User", "CocJumpPlaceholder", "call CocActionAsync('showSignatureHelp')"}})
+