summaryrefslogtreecommitdiff
path: root/utils/installer/lv-config.example.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-05 14:49:07 -0400
committerchristianchiarulli <[email protected]>2021-07-05 14:49:07 -0400
commit6b41286d70b71184b915724a0a03ccd8ec3b4e16 (patch)
tree6692982aec66d97220a46d91607aa822375fdf5b /utils/installer/lv-config.example.lua
parentd178870db6a49edccf799c97efe65f5340d5c054 (diff)
updated autocommands for user
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r--utils/installer/lv-config.example.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua
index c68a9bda..ba4bedb2 100644
--- a/utils/installer/lv-config.example.lua
+++ b/utils/installer/lv-config.example.lua
@@ -97,6 +97,8 @@ O.lang.php.filetypes = { "php", "phtml" }
-- TODO Autocommands
-- https://neovim.io/doc/user/autocmd.html
+-- local test = { "BufWinEnter", "*", "echo \"hi again\""}
+-- table.insert(O.user_autocommands, test)
-- TODO Additional Plugins