diff --git a/readme.md b/readme.md index 7a68281..a81f956 100644 --- a/readme.md +++ b/readme.md @@ -30,18 +30,18 @@ Full featured native LSP functionality! ##### Additional features - Aesthetically pleasing UI via [Cosmic-UI](https://github.com/CosmicNvim/cosmic-ui) -- Amazing default theme thanks to [tokyonight.nvim](https://github.com/folke/tokyonight.nvim) -- Enhanced syntax highlighting with [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) +- Amazing default theme via [tokyonight.nvim](https://github.com/folke/tokyonight.nvim) +- Enhanced syntax highlighting via [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Dashboard via [dashboard-nvim](https://github.com/glepnir/dashboard-nvim) -- Hand-built statusline with [galaxyline](https://github.com/CosmicNvim/galaxyline.nvim) -- Explore files with [nvim-tree](https://github.com/kyazdani42/nvim-tree.lua) -- Fuzzy finder and some LSP actions with [Telescope](https://github.com/nvim-telescope/telescope.nvim) +- Hand-built statusline via [galaxyline](https://github.com/CosmicNvim/galaxyline.nvim) +- Explore files via [nvim-tree](https://github.com/kyazdani42/nvim-tree.lua) +- Fuzzy finder via [Telescope](https://github.com/nvim-telescope/telescope.nvim) - Floating terminal with [vim-floaterm](https://github.com/voldikss/vim-floaterm) -- Auto LSP installation with [nvim-lsp-installer](https://github.com/williamboman/nvim-lsp-installer) -- Autocompletion provided by [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) -- Additional TypeScript support with [nvim-lsp-ts-utils](https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils) +- Auto LSP installation via [nvim-lsp-installer](https://github.com/williamboman/nvim-lsp-installer) +- Autocompletion via [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) +- Additional TypeScript support via [nvim-lsp-ts-utils](https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils) - Snippet support via [LuaSnip](https://github.com/L3MON4D3/LuaSnip) -- Session management with [auto-session](https://github.com/rmagatti/auto-session) +- Session management via [auto-session](https://github.com/rmagatti/auto-session) - Notifications via [nvim-notify](https://github.com/rcarriga/nvim-notify) - Additional custom highlighting - Floating windows for references, renaming, diagnostics, code actions and more!