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