Skip to content

aekasitt/tylsp.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tylsp.nvim

Neovim plugin Top Languages Last commit Tylsp Banner

Installation

Lazy

{
  'aekasitt/tylsp.nvim',
}

Packer

use 'aekasitt/tylsp.nvim'

Project structure

tylsp.nvim/
│
├── lua/
│   └── tylsp/
│       └── build.lua       # Install python dependencies
│       └── init.lua        # Setup tylsp if not existed
│
├── plugin/
│   └── tylsp.lua           # Verify dependencies before setup
│
├── LICENSE                 # Details of MIT License
└── README.md               # Descriptions and roadmap

Acknowledgements

  1. astral-sh/ty plugin written by the amazing @astral-sh team
  2. นฤชา - Narucha typeface by uvSOV - Worawut Thanawatanawanich

License

This project is licensed under the terms of the MIT license.

About

Language Server Protocol plugin serving Astral's Ty language server protocol on Neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages