gimme json-lsp, please

mason-deno-fix
pegasust 2022-12-01 08:18:39 +00:00
parent 77ba3ccce9
commit e3d5a08263
2 changed files with 6 additions and 5 deletions

View File

@ -102,11 +102,11 @@ let nvim_pkgs = [
vimAlias = true; vimAlias = true;
withPython3 = true; withPython3 = true;
withNodeJs = true; withNodeJs = true;
extraPackages = nvim_pkgs; # extraPackages = nvim_pkgs;
extraPython3Packages = (pypkgs: [ # extraPython3Packages = (pypkgs: [
pypkgs.python-lsp-server # pypkgs.python-lsp-server
pypkgs.ujson # pypkgs.ujson
]); # ]);
# I use vim-plug, so I probably don't require packaging # I use vim-plug, so I probably don't require packaging
# extraConfig actually writes to init-home-manager.vim (not lua) # extraConfig actually writes to init-home-manager.vim (not lua)
# https://github.com/nix-community/home-manager/pull/3287 # https://github.com/nix-community/home-manager/pull/3287

View File

@ -540,6 +540,7 @@ local capabilities = require('cmp_nvim_lsp').default_capabilities()
local servers = { local servers = {
'clangd', 'rust_analyzer', 'pyright', 'tsserver', 'sumneko_lua', 'cmake', 'tailwindcss', 'prismals', 'clangd', 'rust_analyzer', 'pyright', 'tsserver', 'sumneko_lua', 'cmake', 'tailwindcss', 'prismals',
'rnix', 'eslint', 'terraformls', 'tflint', 'svelte', 'astro', 'clojure_lsp', "bashls", 'yamlls', "pylsp", 'rnix', 'eslint', 'terraformls', 'tflint', 'svelte', 'astro', 'clojure_lsp', "bashls", 'yamlls', "pylsp",
"jsonls"
} }
require("mason").setup({ require("mason").setup({
ui = { ui = {