Skip to content

Latest commit

 

History

History
94 lines (70 loc) · 4.44 KB

README.md

File metadata and controls

94 lines (70 loc) · 4.44 KB

Slydragonn's dotfiles

neovim setuo

Configs

  • Neovim
  • Powershell

📚 Articles

⚙ Requirements

Neovim setup

📚 Project Structure

📂 ~/.config/nvim
├── 📂 lua/📂 slydragonn/
│	 └── 📂 configs/
│        └── 🌑 plugins.lua
│	 └── 🌑 settings.lua
│	 └── 🌑 maps.lua
└── 🌑 init.lua

✨ Features

🚀 Installation

Clone the repository.

git clone https://github.com/slydragonn/dotfiles.git

Move nvim directory from /dotfiles/.config/ to

  • Windows: $env:LOCALAPPDATA\nvim\

  • Linux: ~/.config/nvim

and run the command:

nvim +PackerSync

or in Neovim Editor:

:PackerSync