Skip to content

Commit

Permalink
feat: Support fsread.nvim plugin
Browse files Browse the repository at this point in the history
fixed #235
  • Loading branch information
ful1e5 committed May 6, 2023
1 parent 5d1b567 commit ad87dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- #193 closed with conversation.
- #201 fixed
- #209 fixed
- #235 fixed with conversation.
- #213 fixed
- #228 fixed
- #231 fixed
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ vim.cmd('colorscheme github_dark')
[coc.nvim](https://github.com/neoclide/coc.nvim),
[dashboard-nvim](https://github.com/glepnir/dashboard-nvim),
[diffview.nvim](https://github.com/sindrets/diffview.nvim),
[fidget.nvim](https://github.com/j-hui/fidget.nvim),
[fsread.nvim](https://github.com/nullchilly/fsread.nvim),
[gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim),
[indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim),
[lsp-trouble.nvim](https://github.com/folke/lsp-trouble.nvim),
Expand All @@ -211,8 +213,8 @@ vim.cmd('colorscheme github_dark')
[nvim-compe](https://github.com/hrsh7th/nvim-compe),
[nvim-notify](https://github.com/rcarriga/nvim-notify),
[nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua),
[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter),
[nvim-treesitter-context](https://github.com/nvim-treesitter/nvim-treesitter-context),
[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter),
[nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons),
[telescope.nvim](https://github.com/nvim-telescope/telescope.nvim),
[vim-gitgutter](https://github.com/airblade/vim-gitgutter), and
Expand Down

0 comments on commit ad87dde

Please sign in to comment.