Skip to content

Commit

Permalink
Remove cmake-language-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed May 12, 2024
1 parent 3c1d464 commit 61efb8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ paru -S ripgrep otf-firamono-nerd rust-analyzer lua-language-server clang cmake-
scoop bucket add nerd-fonts
scoop bucket add extras
sudo scoop install -g ripgrep rustup llvm FiraMono-NF-Mono windows-terminal gh python pwsh
pip install cmake-language-server python-lsp-server
pip install python-lsp-server
```
4 changes: 0 additions & 4 deletions plugin/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ lspconfig.lua_ls.setup({
},
})

lspconfig.cmake.setup({
capabilities = capabilities,
on_attach = setup_lsp_keymaps,
})
lspconfig.rust_analyzer.setup({
capabilities = capabilities,
on_attach = setup_lsp_keymaps,
Expand Down

0 comments on commit 61efb8f

Please sign in to comment.