Skip to content

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

License

Notifications You must be signed in to change notification settings

aekasitt/tylsp.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tylsp.nvim

Neovim plugin Top Languages Last commit Tylsp Banner

Installation

Lazy

{
  'aekasitt/tylsp.nvim',
  config = function()
    require('tylsp').setup()
  end,
}

Packer

use {
  'aekasitt/tylsp.nvim',
  setup = function()
    require('tylsp').setup()
  end,
}

Project structure

tylsp.nvim/
│
├── lua/
│   └── tylsp/
│       └── init.lua         # Initiate tylsp using lspconfig for python
│
├── plugin/
│   ├── build.lua            # Check & install python packages if not existed
│   └── tylsp.lua            # Verify lua 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