gimme json-lsp, please
parent
77ba3ccce9
commit
e3d5a08263
|
@ -102,11 +102,11 @@ let nvim_pkgs = [
|
|||
vimAlias = true;
|
||||
withPython3 = true;
|
||||
withNodeJs = true;
|
||||
extraPackages = nvim_pkgs;
|
||||
extraPython3Packages = (pypkgs: [
|
||||
pypkgs.python-lsp-server
|
||||
pypkgs.ujson
|
||||
]);
|
||||
# extraPackages = nvim_pkgs;
|
||||
# extraPython3Packages = (pypkgs: [
|
||||
# pypkgs.python-lsp-server
|
||||
# pypkgs.ujson
|
||||
# ]);
|
||||
# I use vim-plug, so I probably don't require packaging
|
||||
# extraConfig actually writes to init-home-manager.vim (not lua)
|
||||
# https://github.com/nix-community/home-manager/pull/3287
|
||||
|
|
|
@ -540,6 +540,7 @@ local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
|||
local servers = {
|
||||
'clangd', 'rust_analyzer', 'pyright', 'tsserver', 'sumneko_lua', 'cmake', 'tailwindcss', 'prismals',
|
||||
'rnix', 'eslint', 'terraformls', 'tflint', 'svelte', 'astro', 'clojure_lsp', "bashls", 'yamlls', "pylsp",
|
||||
"jsonls"
|
||||
}
|
||||
require("mason").setup({
|
||||
ui = {
|
||||
|
|
Loading…
Reference in New Issue