Disabled mason plugin, added Nightfox colorscheme

This commit is contained in:
2025-07-07 09:08:04 +02:00
parent 5b41b4d781
commit 19cfaeab49
3 changed files with 12 additions and 8 deletions

View File

@@ -102,8 +102,8 @@ require("lazy").setup({
--
-- LSP manager and others
--
"williamboman/mason.nvim",
"williamboman/mason-lspconfig.nvim",
-- "williamboman/mason.nvim",
-- "williamboman/mason-lspconfig.nvim",
"neovim/nvim-lspconfig",
-- Nice plugin to show what LSPs are doing in the background (and others
@@ -125,7 +125,7 @@ require("lazy").setup({
},
},
-- fzf-lua
-- fzf-lua
{
"ibhagwan/fzf-lua",
-- optional for icon support
@@ -608,6 +608,9 @@ require("lazy").setup({
vim.diagnostic.config({ virtual_text = false }) -- Only if needed in your configuration, if you already have native LSP diagnostics
end
},
-- Nightfox colorscheme
{ "EdenEast/nightfox.nvim" },
-- new plugins here
},