Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

DISABLE Mason nvim plugin

+14 -14
+14 -14
nvim/lua/plugins.lua
··· 188 188 -- Copilot 189 189 -- use {"github/copilot.vim", lazy = true, cmd = {"Copilot"}} 190 190 -- Mason 191 - { 192 - "williamboman/mason.nvim", 193 - init = function() 194 - vim.cmd([[":MasonUpdate"]]) 195 - end, 196 - dependencies = { 197 - "williamboman/mason-lspconfig.nvim", 198 - "mfussenegger/nvim-dap", 199 - "jose-elias-alvarez/null-ls.nvim" 200 - }, 201 - config = function() 202 - require("mason").setup() 203 - end 204 - }, 191 + --{ 192 + -- "williamboman/mason.nvim", 193 + -- init = function() 194 + -- vim.cmd([[":MasonUpdate"]]) 195 + -- end, 196 + -- dependencies = { 197 + -- "williamboman/mason-lspconfig.nvim", 198 + -- "mfussenegger/nvim-dap", 199 + -- "jose-elias-alvarez/null-ls.nvim" 200 + -- }, 201 + -- config = function() 202 + -- require("mason").setup() 203 + -- end 204 + --}, 205 205 "imsnif/kdl.vim", 206 206 }, 207 207 nil