Cleaned base and added fish config

This commit is contained in:
hellisabove
2025-02-01 21:24:10 +02:00
parent aa920cc3b4
commit 3197b6a33c
15 changed files with 474 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
require("mason").setup({
ui = {
icons = {
package_installed = "",
package_pending = "",
package_uninstalled = "",
},
},
})
require("mason-lspconfig").setup({
ensure_installed = {
"clangd",
"rust_analyzer",
"vls",
},
automatic_installation = true,
})
require("mason-null-ls").setup({
ensure_installed = {
"prettier",
"stylua",
"eslint_d",
},
automatic_installation = true,
})