diff options
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' |
