- 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.
14 lines
283 B
JSON
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": [] }
|
|
]
|
|
}
|
|
]
|
|
}
|