aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/nvim/lua/plugins/lsp.lua
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-07-02 11:35:35 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-07-02 11:35:35 +0100
commitf0c626059451e1f8621600e610240739d5633560 (patch)
tree4dc71f10a68b2c273ed2107f8af4a20c08894a2d /dot_config/nvim/lua/plugins/lsp.lua
parent694cd2fc4680ccea939c9569f0a76cf1deaa5d2d (diff)
downloaddotfiles-f0c626059451e1f8621600e610240739d5633560.tar.gz
dotfiles-f0c626059451e1f8621600e610240739d5633560.tar.bz2
dotfiles-f0c626059451e1f8621600e610240739d5633560.zip
Prune stale dotfiles commentary
Diffstat (limited to 'dot_config/nvim/lua/plugins/lsp.lua')
-rw-r--r--dot_config/nvim/lua/plugins/lsp.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/dot_config/nvim/lua/plugins/lsp.lua b/dot_config/nvim/lua/plugins/lsp.lua
index 51c8a2d..3f2f11c 100644
--- a/dot_config/nvim/lua/plugins/lsp.lua
+++ b/dot_config/nvim/lua/plugins/lsp.lua
@@ -10,9 +10,7 @@ pcall(vim.lsp.enable, "tblgen_lsp_server")
require("fidget").setup({})
-- LSPs come from Home-Manager (see nix/common.nix). lspconfig ships the
--- default configs; we just opt-in per server. (Previously this was driven
--- by mason-lspconfig handlers; phase p6 of the nix migration removed
--- Mason entirely.)
+-- default configs; we just opt in per server.
vim.lsp.enable({
"autotools_ls",
"basedpyright",