diff options
author | Jacek Kiedrowski <[email protected]> | 2021-07-05 20:15:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-05 20:15:25 +0100 |
commit | 1f32f7737a544d539b2251cbdb2b717ff7e06458 (patch) | |
tree | 7c0b4e3e928833972efe282eb84dc25b70235b25 /utils/installer/lv-config.example.lua | |
parent | 97d7adfb2f710345bf5d6a0cac4d76900f11fd38 (diff) | |
parent | 6b41286d70b71184b915724a0a03ccd8ec3b4e16 (diff) |
Merge branch 'ChristianChiarulli:master' into master
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 2 |
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 |