diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:52:35 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:52:35 +0100 |
| commit | 1313031ffade5e5008d44eb11fa93d6e8cdcd041 (patch) | |
| tree | c5fd1434a26372d03a2fe3bc0a84540ff76faac1 /lua/user/lsp/init.lua | |
| parent | e02f42bdffc77b0744a68fcabe41b4238d9335e1 (diff) | |
| parent | d362e34fd1044ae09158eb10243a7ec2cc502a4d (diff) | |
Merge branch '14-null-ls' into vgg
Diffstat (limited to 'lua/user/lsp/init.lua')
| -rw-r--r-- | lua/user/lsp/init.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/user/lsp/init.lua b/lua/user/lsp/init.lua index a62e7aa..8158cf3 100644 --- a/lua/user/lsp/init.lua +++ b/lua/user/lsp/init.lua @@ -1,7 +1,8 @@ local status_ok, _ = pcall(require, "lspconfig") if not status_ok then - return + return end -require("user.lsp.lsp-installer") +require "user.lsp.lsp-installer" require("user.lsp.handlers").setup() +require "user.lsp.null-ls" |
