diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-12 21:22:47 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-12 21:22:47 +0100 |
commit | 7cf73775036c3424dd5e2a85effe3883cf0b0ca8 (patch) | |
tree | 61d7584b44d0c8074676bb2a1cfba00dc3a6babc /lua/plugins/lsp/init.lua | |
parent | b42618906aad70a735ea9272403e5e2657230fcc (diff) |
Refactor the file structure
Diffstat (limited to 'lua/plugins/lsp/init.lua')
-rw-r--r-- | lua/plugins/lsp/init.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/plugins/lsp/init.lua b/lua/plugins/lsp/init.lua deleted file mode 100644 index 0b8db93..0000000 --- a/lua/plugins/lsp/init.lua +++ /dev/null @@ -1,9 +0,0 @@ --- Loads the LSP module. - -local status_ok, _ = pcall(require, "lspconfig") -if not status_ok then - return -end - -require("plugins.lsp.lsp-installer") -require("plugins.lsp.handlers").setup() |