Add nlsp-settings.nvim, missing ToC entry and a few changes in CI (#102)

* Add nlsp-settings.nvim and missing entry in ToC

* Fix typo in CI

* ci: ignore repo age
main
Alejandro 3 years ago committed by GitHub
parent df6c40a1ad
commit 1821f91470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ name: Lint
on:
push:
branches: [master]
pull_requests:
pull_request:
types: [opened, synchronize]
jobs:

@ -1,3 +1,5 @@
<!-- lint ignore awesome-git-repo-age -->
<div align="center">
<img src="https://neovim.io/logos/neovim-mark-flat.png" width=200 />
@ -58,6 +60,7 @@ Collections of awesome [Neovim](https://neovim.io/) plugins. Mostly targeting Ne
- [Project](#project)
- [Browser integration](#browser-integration)
- [Editing supports](#editing-supports)
- [Web development](#web-development)
- [Media](#media)
- [Discord Rich Presence](#discord-rich-presence)
- [Command Line](#command-line)
@ -123,6 +126,7 @@ Neovim supports a wide variety of UI's.
- [ray-x/navigator.lua](https://github.com/ray-x/navigator.lua) - Learn existing code quickly and navigate code like a breeze. A swiss army knife makes exploring LSP and 🌲Treesitter symbols a piece of 🍰.
- [liuchengxu/vista.vim](https://github.com/liuchengxu/vista.vim) - List all functions and variables in a window of your current file.
- [simrat39/symbols-outline.nvim](https://github.com/simrat39/symbols-outline.nvim) - A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
- [tamago324/nlsp-settings.nvim](https://github.com/tamago324/nlsp-settings.nvim) - A plugin for setting Neovim LSP with JSON files.
##### LSP Installers

Loading…
Cancel
Save