feat: add asm-lsp setup
This commit is contained in:
parent
5a85ef99ff
commit
09e5cd383f
2 changed files with 22 additions and 0 deletions
|
@ -46,6 +46,7 @@ with final.pkgs.lib; let
|
|||
cmp-cmdline-history # cmp command line history suggestions
|
||||
copilot-lua # Github Copilot https://github.com/zbirenbaum/copilot.lua/
|
||||
copilot-cmp # Add Copilot as a cmp source # https://github.com/zbirenbaum/copilot-cmp/
|
||||
# nvim-lspconfig
|
||||
# ^ nvim-cmp extensions
|
||||
|
||||
# git integration plugins
|
||||
|
@ -99,6 +100,7 @@ with final.pkgs.lib; let
|
|||
extraPackages = with pkgs; [
|
||||
# language servers, etc.
|
||||
clang-tools
|
||||
asm-lsp # Assembly language server
|
||||
lua-language-server
|
||||
nil # nix LSP
|
||||
nodejs_20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue