[feat] Add stuff for anyrun

This commit is contained in:
uttarayan21
2024-02-18 23:19:16 +05:30
parent a1d896fa39
commit 841d3ccdb2
7 changed files with 287 additions and 59 deletions

View File

@@ -164,9 +164,15 @@ return require('lazy').setup({
"williamboman/mason-lspconfig.nvim",
config = function()
require("mason-lspconfig").setup({
ensure_installed = { "lua_ls", "rust_analyzer", "pylsp" },
automatic_installation = true,
})
-- if not vim.fn.filereadable("/etc/nix/nix.conf") then (
-- require("mason-lspconfig").setup({
-- ensure_installed = { "lua_ls" },
-- automatic_installation = true,
-- })
-- )
-- end
end,
lazy = false,
},