neovim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 87248fb0dbf8e698d2ae71ba3c522f98bf06cfc1
parent dfd1fc28a3f636abfb1fc7b2f6e734eea281cab8
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sun, 28 Jul 2024 18:41:21 -0400

create README.md, outline plugins and purpose

Diffstat:
AREADME.md | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,13 @@ +# Mrgrouse's Neovim Configuration +### This is my neovim configuration, its made for me and i'm not very good at configuring it + - plugin manager: Lazy + - plugins: + - [which-key](https://github.com/folke/which-key.nvim) for keybinds + - custom version of the [pywal plugin](https://github.com/AlphaTechnolog/pywal.nvim), modified for [wallust](https://codeberg.org/explosion-mental/wallust) + - [nnn.nvim](https://github.com/luukvbaal/nnn.nvim) for a file manager within neovim (depends on [NNN](https://github.com/jarun/nnn)) + - [nvim-colorizer](https://github.com/norcalli/nvim-colorizer.lua) - color highlighting (no dependencies!) + - [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - syntax highlighting with great speed + - [toggleterm](https://github.com/akinsho/toggleterm.nvim) - quick terminal pop-up menu + - [mason](https://github.com/williamboman/mason.nvim) - WIP + - [mason-lspconfig](https://github.com/williamboman/mason-lspconfig.nvim) - WIP +thats about it :\