Skip to content

Commit

Permalink
🌟 adds LSP plugin (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndCake authored Apr 4, 2022
1 parent b96171e commit 6a88ea6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This repository contains the 'channel.json' file which lists all official micro
| `quickfix` | Adds a functionality similar to VIM quickfix pane | https://github.com/serge-v/micro-quickfix | :heavy_check_mark: |
| `jump` | Jump to any function, class or heading with F4. Go, Markdown, Python, C and in 40 other languages | https://github.com/terokarvinen/micro-jump | :heavy_check_mark: |
| `detectindent` | Automatically detect indentation settings | https://github.com/dmaluka/micro-detectindent | :heavy_check_mark: |
| `lsp` | An basic LSP client implementation | https://github.com/AndCake/micro-plugin-lsp | :heavy_check_mark: |


## Adding your own plugin
Expand Down
5 changes: 4 additions & 1 deletion channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,8 @@
"https://raw.githubusercontent.com/terokarvinen/micro-jump/main/repo.json",

// detectindent plugin
"https://raw.githubusercontent.com/dmaluka/micro-detectindent/master/repo.json"
"https://raw.githubusercontent.com/dmaluka/micro-detectindent/master/repo.json",

// lsp plugin
"https://raw.githubusercontent.com/andcake/micro-plugin-lsp/master/repo.json"
]

0 comments on commit 6a88ea6

Please sign in to comment.