Skip to content

shihanng/txt-lsp

Repository files navigation

txt-lsp

txt-lsp is a toy project where I play around with Language Server Protocol (LSP).

Development

Code quality

We use pre-commit to maintain the code quality of this project. Refer to .pre-commit-config.yaml for the list of linters that we are using. Refer to this page to install pre-commit and the git hook script.

pre-commit install

Interacting with LSP client

.vimrc.lua shows how to use the language server with the Neovim LSP client.

Use the following to access the client-side logs.

tail $HOME/.cache/nvim/lsp.log

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published