Skip to content

Neovim configuration for my work as Full Stack Developer and hobby projects

License

Notifications You must be signed in to change notification settings

mstuttgart/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About | Requirements | Install | Features | Credits

About

Wekcome to my Neovim configuration.

I use this config. for my work as Full Stack Developer and for my hobby projects. Come with batteries included for Python, Javascript (Vanilla and Vuejs), Typescrypt, Rust, Bash, Markdown, Makefile, XML, JSON, TOML and YAML (Ansible).

2024-11-09_10-48

Requirements

Note

Install requires Neovim 0.10+.

Caution

Always review the code before installing a configuration.

Install

If you have a previous Neovim config, make sure to make a backup before installing this setup.

mv ~/.config/nvim ~/.config/nvim.bak

Remove old Neovim cache setup (if you have a previous Neovim config) to a clean install:

rm -rf ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim

To install this configuration, you just need to clone this repository:

git clone https://github.com/mstuttgart/nvim ~/.config/nvim --depth 1

Finally, start Neovim

nvim

Credits

Copyright (C) 2023-2024 by Michell Stuttgart