/dotfiles-1

. dotfiles

Primary LanguageLua

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