Skip to content

slydragonn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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