Replaces AstroNvim v5 with from-scratch Neovim 0.12 config using vim.lsp.config()/vim.lsp.enable() natively, lazy.nvim, blink.cmp, and smart-splits tmux integration. tmux: new C-Space prefix, hjkl pane nav, resize key table, tpm plugins. kitty: add allow_remote_control for smart-splits.
10 lines
238 B
Lua
10 lines
238 B
Lua
return {
|
|
-- ltex_extra: persist custom dictionary/rules to disk
|
|
{
|
|
"barreiroleo/ltex_extra.nvim",
|
|
ft = { "tex", "plaintex", "bib", "markdown" },
|
|
lazy = true,
|
|
-- Actual setup happens in lua/lsp/ltex.lua on_attach
|
|
},
|
|
}
|