diff options
| author | pml68 <contact@pml68.me> | 2024-09-02 23:55:38 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-09-02 23:55:38 +0200 |
| commit | 51c2619151e58ce7fff7291ba32103dd0ad85038 (patch) | |
| tree | 31d3a0a7b14ae1b903eb805f919800175c41e763 | |
| parent | feat: add `cmp-emoji` plugin (diff) | |
| download | nvim-51c2619151e58ce7fff7291ba32103dd0ad85038.tar.gz | |
feat: comment out ASM LSP
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/configs/lspconfig.lua | 2 | ||||
| -rw-r--r-- | lua/pml68/configs/mason.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lua/pml68/configs/lspconfig.lua b/lua/pml68/configs/lspconfig.lua index 1743fd3..5c47681 100644 --- a/lua/pml68/configs/lspconfig.lua +++ b/lua/pml68/configs/lspconfig.lua @@ -6,7 +6,7 @@ vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { }) local servers = { - "asm_lsp", + -- "asm_lsp", "html", "tsserver", "cssls", diff --git a/lua/pml68/configs/mason.lua b/lua/pml68/configs/mason.lua index ffc6e0a..3381c4d 100644 --- a/lua/pml68/configs/mason.lua +++ b/lua/pml68/configs/mason.lua @@ -1,6 +1,6 @@ return { ensure_installed = { - "asm-lsp", + -- "asm-lsp", "bash-language-server", "termux-language-server", "lua-language-server", |
