commit 9fd56d6825cad299266db3d36b2a3fd911083c92
parent c2b39856381a02998eb665d0718e51fba6392d9e
Author: mrgrouse <bdmfegys@duck.com>
Date: Thu, 3 Jul 2025 07:56:31 -0400
de-markdownify README
Diffstat:
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/README b/README
@@ -0,0 +1,16 @@
+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) - language package (for formatting) manager
+
+TODO:
+ - auto update/sync Lazy and Mason packages on start (preferably in the background)
+ - add automatic and/or manual code formatting
diff --git a/README.md b/README.md
@@ -1,16 +0,0 @@
-# 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 :\
-# TODO:
- - auto update/sync Lazy and Mason packages on start (preferably in the background)
- - add automatic and/or manual code formatting