From e0ac314fabd3b0d7e0fb8b66d075f862569296cd Mon Sep 17 00:00:00 2001 From: ashincoder Date: Wed, 6 Oct 2021 21:09:53 +0530 Subject: [PATCH] chore: Remove unsupported featurs from README.md --- .github/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/README.md b/.github/README.md index 2ff7e58..6134ce0 100644 --- a/.github/README.md +++ b/.github/README.md @@ -9,7 +9,7 @@ Support - Extras + Extras

@@ -116,10 +116,7 @@ Without/with Treesitter: ## Features - Many beautiful themes to choose from. -- Distraction free modes. - Fast plugin loading. -- Smooth scrolling. -- Autosaving. - File navigation with [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua). - Managing tabs, buffers with [bufferline.nvim](https://github.com/akinsho/bufferline.nvim). - Beautiful and configurable icons with [nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons). @@ -130,7 +127,6 @@ Without/with Treesitter: - File searching, previewing image and text files and more with [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim). - Syntax highlighting with [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter). - Autoclosing braces and html tags with [nvim-autopairs](https://github.com/windwp/nvim-autopairs). -- Formatting code with [neoformat](https://github.com/sbdchd/neoformat). - Indentlines with [indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim). - Useful snippets with [LuaSnip](https://github.com/L3MON4D3/LuaSnip).