Skip to content

Commit

Permalink
docs: fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Apr 18, 2024
1 parent 2b3a231 commit b2513fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
- [`json-language-server`](https://github.com/vscode-langservers/vscode-json-languageserver) - JSON Language Server
- [`lua-language-server`](https://github.com/sumneko/lua-language-server) - Lua Language Server
- [`luasnip`](https://github.com/L3MON4D3/LuaSnip) - High-performance snippet engine
- [`null-ls`](https://github.com/jose-elias-alvarez/null-ls.nvim) - Use langauge server to inject diagnostics, formatter etc.
- [`null-ls`](https://github.com/jose-elias-alvarez/null-ls.nvim) - Use language server to inject diagnostics, formatter etc.
- [`nvim-tree`](https://github.com/kyazdani42/nvim-tree.lua) - File explorer
- [`nvim-web-devicons`](https://github.com/kyazdani42/nvim-web-devicons) - Nerd Font icon API support
- [`plenary`](https://github.com/nvim-lua/plenary.nvim) - Asynchronous modules using coroutines
- [`schema-store`](https://github.com/b0o/SchemaStore.nvim) - Access to the SchemaStore catalog for JSON langauge server
- [`schema-store`](https://github.com/b0o/SchemaStore.nvim) - Access to the SchemaStore catalog for JSON language server
- [`surround`](https://github.com/kylechui/nvim-surround) - Add, change and delete surrounding delimiter pairs
- [`telescope`](https://github.com/nvim-telescope/telescope.nvim) - Extendable fuzzy finder
- [`treesitter`](https://github.com/nvim-treesitter/nvim-treesitter) - Neovim plugin of an incremental parsing system for programming tools
Expand Down

0 comments on commit b2513fe

Please sign in to comment.