Trying to fix LSPs

This commit is contained in:
Bryan Ramos 2023-05-28 18:52:51 -04:00
parent 7fd34cd062
commit b26b68b1e6
3 changed files with 28 additions and 3 deletions

View file

@ -11,8 +11,6 @@ require("lazy").setup({
-- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
-- import any extras modules here
{ import = "lazyvim.plugins.extras.lang.typescript" },
{ import = "lazyvim.plugins.extras.lang.json" },
{ import = "lazyvim.plugins.extras.ui.mini-animate" },
-- import/override with your plugins
{ import = "plugins" },

View file

@ -12,5 +12,31 @@ return {
vim.cmd('colorscheme github_dark_high_contrast')
end,
}
},
{
"neovim/nvim-lspconfig",
---@class PluginLspOpts
opts = {
---@type lspconfig.options
servers = {
html = {},
cssls = {},
jsonls = {},
marksman = {},
tsserver = {},
tailwindcss = {},
volar = {},
lua_ls = {},
nil_ls = {},
pyright = {},
--hls = {},
rust_analyzer = {},
diagnosticls = {},
},
},
},
}

View file

@ -72,6 +72,7 @@
haskell-language-server
haskellPackages.hoogle
cabal2nix
stack
cargo
python3