https://github.com/arakkkkk/textile.nvim
https://github.com/arakkkkk/textile.nvim
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arakkkkk/textile.nvim
- Owner: arakkkkk
- Created: 2024-06-18T17:26:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T14:38:52.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:11:25.517Z (9 months ago)
- Language: Lua
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# textile.lua
Provide textile highlight and lsp settings with nvim-lspconfig
## Instration
### lazy.nvim
```
use{
'arakkkkk/textile.nvim',
requires = {
'neovim/nvim-lspconfig',
},
}
```
## Requires
* [textilels](https://github.com/arakkkkk/textilels)