diff options
| author | jdhao <jdhao@hotmail.com> | 2021-04-14 02:14:35 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-04-14 02:14:35 +0800 |
| commit | 20619c8c8ebdc81ba62c27b0247adeed269184f4 (patch) | |
| tree | 6d093cd3af07fa627e53e28881abcb757c9af086 /lua/entrance.lua | |
| parent | b8329b969806c153169a82549742995421ffbb06 (diff) | |
Tweak lua stuff
Diffstat (limited to 'lua/entrance.lua')
| -rw-r--r-- | lua/entrance.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/entrance.lua b/lua/entrance.lua new file mode 100644 index 0000000..8839eed --- /dev/null +++ b/lua/entrance.lua @@ -0,0 +1,5 @@ +-- Some utility stuff +require 'utils' + +-- LSP stuff +require 'lsp' |
