Skip to content

Instantly share code, notes, and snippets.

@unknownbreaker
unknownbreaker / claude_tcl_setup.sh
Created October 21, 2025 14:29
Claude - TCL environment setup
#!/bin/bash
# Setup script for tcl-lsp.nvim development environment
# Run this at the start of each chat session to prepare the environment
set -e # Exit on error
echo "=========================================="
echo "TCL LSP Development Environment Setup"
echo "=========================================="
echo ""
@unknownbreaker
unknownbreaker / test_output.txt
Last active October 22, 2025 13:39
TCL LSP Unit Test Output
Running Lua unit tests with plenary...
nvim --headless --noplugin -u tests/minimal_init.lua \
-c "lua require('plenary.test_harness').test_directory('tests/lua/', {minimal_init = 'tests/minimal_init.lua'})" \
-c "qa!"
Real Neovim test environment initialized
Starting...Scheduling: tests/lua/config_spec.lua
Scheduling: tests/lua/init_spec.lua
Scheduling: tests/lua/features/completion_spec.lua
Scheduling: tests/lua/features/formatting_spec.lua
Scheduling: tests/lua/features/folding_spec.lua