trueold89 83e8f7326b | ||
---|---|---|
lua | ||
.luarc.json | ||
Readme.md | ||
init.lua |
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 |