{
'aekasitt/tylsp.nvim',
config = function()
require('tylsp').setup()
end,
}use {
'aekasitt/tylsp.nvim',
setup = function()
require('tylsp').setup()
end,
}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
- astral-sh/ty plugin written by the amazing @astral-sh team
- นฤชา - Narucha typeface by uvSOV - Worawut Thanawatanawanich
This project is licensed under the terms of the MIT license.