diff --git a/README.md b/README.md index 7b9dde7..b2fabcb 100644 --- a/README.md +++ b/README.md @@ -204,22 +204,11 @@ TL;DR for `MacOS`: ## TODO: -Improvements: -- Only open diagnostics if there are any to show. - -LSPs to add: -- LaTex: can use [texlab](https://github.com/latex-lsp/texlab). - Some pluggins to try: -- Ranger integration: [Rnvimr](https://github.com/kevinhwang91/rnvimr). Use ranger in a floating buffer instead of as a tiled buffer. -- Different file explorer: [ranger.vim](https://github.com/francoiscabrol/ranger.vim) which can be used to integrate the [Ranger](https://github.com/ranger/ranger) terminal file explorer into Vim. - Using GBrowse with fugitive: [rhubarb.vim](https://github.com/tpope/rhubarb.vim). -- Prettier quickfix/localist: [trouble.nvim](https://github.com/folke/trouble.nvim). - Jupyter on Neovim: [jupytext.vim](https://github.com/mwouts/jupytext), [iron.nvim](https://github.com/hkupty/iron.nvim), [vim-textobj-hydrogen](https://github.com/GCBallesteros/vim-textobj-hydrogen). Check this [blog](https://www.maxwellrules.com/misc/nvim_jupyter.html) for more info. ## Attributions -The structre of this config was based on [yashguptaz](https://github.com/yashguptaz/)'s [config](https://github.com/yashguptaz/nvy) and tutorial which helped me understand the basics of using Lua with Neovim. - -I've also stolen code from different sources which means it might be hard to acknowledge all of them explicitly though most of them are from the associated plugin's documentation. +I've stolen code from different sources which means it might be hard to acknowledge all of them explicitly though most of them are from the associated plugin's documentation.