|
@@ -67,6 +67,11 @@ lv_utils.define_augroups {
|
|
|
{ "BufWritePost", "lv-config.lua", "lua require('lv-utils').reload_lv_config()" },
|
|
|
-- { "VimLeavePre", "*", "set title set titleold=" },
|
|
|
},
|
|
|
+ _solidity = {
|
|
|
+ { "BufWinEnter", ".tf", "setlocal filetype=hcl" },
|
|
|
+ { "BufRead", "*.tf", "setlocal filetype=hcl" },
|
|
|
+ { "BufNewFile", "*.tf", "setlocal filetype=hcl" },
|
|
|
+ },
|
|
|
-- _solidity = {
|
|
|
-- {'BufWinEnter', '.sol', 'setlocal filetype=solidity'}, {'BufRead', '*.sol', 'setlocal filetype=solidity'},
|
|
|
-- {'BufNewFile', '*.sol', 'setlocal filetype=solidity'}
|