kickstart.nvim/lua/plugins
Geoff Cheshire 9ab7b3b2d3 Port hecate config: language servers, formatters, treesitter parsers, custom plugins
- init.lua: relativenumber, colorcolumn=120, expandtab=false, isfname @-@,
  [d/]d diagnostic navigation, <leader>e diagnostic float, hecate hostname
- lsp.lua: add gopls, basedpyright (uv venv detection), ts_ls, nimls/gleam
  (conditional), rust-analyzer in mason_tools; gleam indentation autocmd
- treesitter.lua: expand parsers (rust, go, js, ts, py, json, yaml, toml, gleam, nim)
- format.lua: full conform config with all formatters and :Format range command
- telescope.lua: add <C-p> git_files and <leader>pf prompted grep
- custom/plugins/rust.lua: rustaceanvim ^6
- custom/plugins/trouble.lua: trouble.nvim with standard keybindings
- custom/plugins/gitsigns.lua: enable whipsmart gitsigns extended keymaps
2026-05-10 15:52:29 -04:00
..
cmp.lua Switch blink.cmp fuzzy to prefer_rust implementation 2026-05-10 15:21:53 -04:00
core_ui.lua refactor: transition to modular whipsmart.nvim architecture with pack-manager 2026-05-10 13:27:32 -04:00
format.lua Port hecate config: language servers, formatters, treesitter parsers, custom plugins 2026-05-10 15:52:29 -04:00
lsp.lua Port hecate config: language servers, formatters, treesitter parsers, custom plugins 2026-05-10 15:52:29 -04:00
pack_manager.lua refactor: transition to modular whipsmart.nvim architecture with pack-manager 2026-05-10 13:27:32 -04:00
telescope.lua Port hecate config: language servers, formatters, treesitter parsers, custom plugins 2026-05-10 15:52:29 -04:00
treesitter.lua Port hecate config: language servers, formatters, treesitter parsers, custom plugins 2026-05-10 15:52:29 -04:00