diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-18 11:39:25 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-18 11:39:25 +0200 |
commit | 3c238894c5b6f15c5f27cea8bd3785eb0f1ebf0f (patch) | |
tree | 68292df2b0cd698484d26057a4faf914e9ea6300 /lua/autocommands/init.lua | |
parent | d8fa264ac732286dcf9234bc40e60eeb7e230ca7 (diff) |
add config
Diffstat (limited to 'lua/autocommands/init.lua')
-rw-r--r-- | lua/autocommands/init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/autocommands/init.lua b/lua/autocommands/init.lua new file mode 100644 index 0000000..23679e9 --- /dev/null +++ b/lua/autocommands/init.lua @@ -0,0 +1,5 @@ +require("autocommands.coc") +require("autocommands.exit") +require("autocommands.buffer") +require("autocommands.NERDTree") + |