My NeoVim Configuration
Go to file
trueold89 83e8f7326b
Update config
2024-06-28 11:51:10 +03:00
lua Update config 2024-06-28 11:51:10 +03:00
.luarc.json Update config 2024-06-28 11:51:10 +03:00
Readme.md Update config 2024-06-28 11:51:10 +03:00
init.lua Update config 2024-06-28 11:51:10 +03:00

Readme.md

Me NeoVim Configuration

Available on:

🖼️ Screenshot:


📥 Install:

Install dependencies:

Dependency Function
git Required to run some plugins and install this configuration
yarn Necessary for previewing MarkDown files in the browser

Make a backup of your current nvim folder:

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak

Clone the repository and run NeoVim:

git clone --depth 1 https://git.orudo.ru/trueold89/neovim.git ~/.config/nvim && nvim

⛴️ Use with docker:

docker run --name='nvim' --rm -v ./:/mnt -it git.orudo.ru/trueold89/nvim:latest

Plugins:


Plugin Function
Lazy.nvim Plugin-manager
NeoTree File Explorer
EverForest Theme
Telescope UI enhancement
MarkDown Preview Preview .md files in browser
LuaLine UI enhancement
Mason | LSP-Config LSP
GitSigns git integration
cmp-nvim-lsp | LuaSnip | nvim-cmp Auto-compl.
Vim Commentary Fast comments
VimCSS | Colorizer Preview css colors
AutoPairs Auto-pairs