diff --git a/init.lua b/init.lua index dfb2f61..9e68290 100644 --- a/init.lua +++ b/init.lua @@ -12,6 +12,8 @@ See https://blog.nikfp.com/how-to-install-and-set-up-neovim-on-windows - ripgrep (https://github.com/BurntSushi/ripgrep, used by telescope) - fd (https://github.com/sharkdp/fd, used by telescope) - A Nerd font (https://www.nerdfonts.com/, used by nvim-web-devicons) +- nodejs-lts (used for npm to install prettier) + - then run "npm i -g npm" - zig, wget, unzip, git, fzf - make, mingw, cmake (https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation) diff --git a/lua/weeheavy/plugins/lsp/lsp-zero.lua b/lua/weeheavy/plugins/lsp/lsp-zero.lua index 97b5311..3e0b422 100644 --- a/lua/weeheavy/plugins/lsp/lsp-zero.lua +++ b/lua/weeheavy/plugins/lsp/lsp-zero.lua @@ -80,10 +80,11 @@ return { require("mason-lspconfig").setup({ ensure_installed = { - "marksman", - "prettier", - "stylua", - "black", + "bashls", + "jsonls", + "lua_ls", + "vimls", + "yamlls", }, handlers = { -- names must align with Mason names