add nix lsp and formatter

This commit is contained in:
2025-03-28 02:47:53 +01:00
parent 3a6258ccf0
commit fbead62967
5 changed files with 87 additions and 26 deletions

View File

@@ -1,21 +1,21 @@
return {
"williamboman/mason.nvim",
dependencies = {
"williamboman/mason-lspconfig.nvim",
"WhoIsSethDaniel/mason-tool-installer.nvim",
{
"neovim/nvim-lspconfig",
event = { "BufReadPre", "BufNewFile" },
dependencies = {
{
"stevearc/conform.nvim",
event = { "BufReadPre", "BufNewFile" },
},
{
"mfussenegger/nvim-lint",
event = { "BufReadPre", "BufNewFile" },
},
},
},
},
"williamboman/mason.nvim",
dependencies = {
"williamboman/mason-lspconfig.nvim",
"WhoIsSethDaniel/mason-tool-installer.nvim",
{
"neovim/nvim-lspconfig",
event = { "BufReadPre", "BufNewFile" },
dependencies = {
{
"stevearc/conform.nvim",
event = { "BufReadPre", "BufNewFile" },
},
{
"mfussenegger/nvim-lint",
event = { "BufReadPre", "BufNewFile" },
},
},
},
},
}