nvim-config/.tmuxp.nvim.half.json
dlond 647b352970 feat: complete LSP and formatter configuration
- Add missing LSPs: lua_ls, bashls, yamlls, jsonls, marksman, taplo, sqls
  - Add missing formatters: prettier, shfmt, sqlfluff, cmake_format
  - Configure ruff with import organization and auto-fixes
  - Tune basedpyright to reduce diagnostic noise (basic mode)

  All LSPs verified attaching and formatters working correctly.
2025-10-08 23:10:35 +13:00

14 lines
283 B
JSON

{
"session_name": "nvim",
"tmux_options": "-f /Users/dlond/.config/tmux/tmux.conf",
"windows": [
{
"window_name": "editor",
"layout": "even-vertical",
"panes": [
{ "shell_command": ["nvim ."] },
{ "shell_command": [] }
]
}
]
}