diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-02-06 18:07:53 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-02-06 18:07:53 +0000 |
commit | 1f4a72a2d65422a8dfe04a91de41025c6ad4902a (patch) | |
tree | 53feb14db6e88210a7b6288f3da0fd27f35f2ec6 | |
parent | 1becabb0a8348a12be51e1f0b77f9c8e7fe7d8e3 (diff) |
Swapped out Helix for a Neovim config.
-rw-r--r-- | README.md | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -33,9 +33,26 @@ The wallpaper featured in the screenshots can be found here: https://cdna.artsta - **File Manager** --- [LF](https://github.com/gokcehan/lf) - **Image Viewer** --- [Imv](https://git.sr.ht/~exec64/imv/) - **Document Scanner** -- [Simple-scan](https://github.com/GNOME/simple-scan) -- **Editor** --- [Helix](https://github.com/helix-editor/helix) +- **Editor** --- [Neovim](https://github.com/neovim/neovim) - **Plugins** - - [simple-completion-language-server](https://github.com/estin/simple-completion-language-server) + - [Alpha-nvim](https://github.com/goolord/alpha-nvim) + - [Nvim-colorizer](https://github.com/norcalli/nvim-colorizer.lua) + - [Comment.nvim](https://github.com/numToStr/Comment.nvim) + - [Gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim) + - [Indent-blankline](https://github.com/lukas-reineke/indent-blankline.nvim) + - [Lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) + - [Mason.nvim](https://github.com/williamboman/mason.nvim) + - [Mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim) + - [Noice](https://github.com/folke/noice.nvim) + - [Nvim-cmp](https://github.com/hrsh7th/nvim-cmp) + - [Nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) + - [Nvim-tree](https://github.com/nvim-tree/nvim-tree.lua) + - [Nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) + - [nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) + - [Nvim-webdev-icons](https://github.com/nvim-tree/nvim-web-devicons) + - [Telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) + - [Vim-illuminate](https://github.com/RRethy/vim-illuminate) + - [Which key](https://github.com/folke/which-key.nvim) - **Web Browser** --- [Qutebrowser](https://www.qutebrowser.org) - **Multimedia Framework** - **PipeWire** |