-- -- This file adds local changes to the corresponding file and plugins in LazyVim -- return { -- see langs/ for individual language config -- lspconfig -- { -- https://github.com/neovim/nvim-lspconfig -- "neovim/nvim-lspconfig", -- }, { -- https://github.com/williamboman/mason.nvim "williamboman/mason.nvim", ensure_installed = { -- "stylua", -- "shfmt", -- "flake8", }, }, }