ts-bridge 0.2.3

A TypeScript language-server shim that bridges Neovim's LSP client with tsserver.
Documentation
1
2
3
4
5
6
7
//! =============================================================================
//! workspace/* Handlers
//! =============================================================================

pub mod execute_command;
pub mod rename;
pub mod symbol;