diff options
| author | 2026-07-02 11:35:35 +0100 | |
|---|---|---|
| committer | 2026-07-02 11:35:35 +0100 | |
| commit | f0c626059451e1f8621600e610240739d5633560 (patch) | |
| tree | 4dc71f10a68b2c273ed2107f8af4a20c08894a2d /dot_config/nvim/lua | |
| parent | 694cd2fc4680ccea939c9569f0a76cf1deaa5d2d (diff) | |
| download | dotfiles-f0c626059451e1f8621600e610240739d5633560.tar.gz dotfiles-f0c626059451e1f8621600e610240739d5633560.tar.bz2 dotfiles-f0c626059451e1f8621600e610240739d5633560.zip | |
Prune stale dotfiles commentary
Diffstat (limited to 'dot_config/nvim/lua')
| -rw-r--r-- | dot_config/nvim/lua/plugins/lsp.lua | 4 | ||||
| -rw-r--r-- | dot_config/nvim/lua/plugins/session.lua | 4 |
2 files changed, 2 insertions, 6 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", diff --git a/dot_config/nvim/lua/plugins/session.lua b/dot_config/nvim/lua/plugins/session.lua index 30d5767..e7c28ef 100644 --- a/dot_config/nvim/lua/plugins/session.lua +++ b/dot_config/nvim/lua/plugins/session.lua @@ -1,6 +1,4 @@ --- overseer.nvim removed task bundles (commit "refactor!: task bundles get --- the axe"), so auto-session no longer persists tasks. Only DAP breakpoints --- are preserved across sessions below. +-- Persist DAP breakpoints across auto-session saves. require("auto-session").setup({ use_git_branch = true, |
