neovim

mrgrouse's beloved, handmade neovim configuration
Log | Files | Refs | README

README.md (1162B)


      1 # Mrgrouse's Neovim Configuration
      2 ### This is my neovim configuration, its made for me and i'm not very good at configuring it
      3  - plugin manager: Lazy
      4  - plugins:
      5     - [which-key](https://github.com/folke/which-key.nvim) for keybinds
      6     - custom version of the [pywal plugin](https://github.com/AlphaTechnolog/pywal.nvim), modified for [wallust](https://codeberg.org/explosion-mental/wallust)
      7     - [nnn.nvim](https://github.com/luukvbaal/nnn.nvim) for a file manager within neovim (depends on [NNN](https://github.com/jarun/nnn))
      8     - [nvim-colorizer](https://github.com/norcalli/nvim-colorizer.lua) - color highlighting (no dependencies!)
      9     - [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - syntax highlighting with great speed
     10     - [toggleterm](https://github.com/akinsho/toggleterm.nvim) - quick terminal pop-up menu
     11     - [mason](https://github.com/williamboman/mason.nvim) - WIP
     12     - [mason-lspconfig](https://github.com/williamboman/mason-lspconfig.nvim) - WIP
     13 ##### thats about it :\
     14 # TODO:
     15  - auto update/sync Lazy and Mason packages on start (preferably in the background)
     16  - add automatic and/or manual code formatting