Skip to content

RosaUlisses/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-config

This is my neovim configuration based on the lazyvim distro !!!

image

Instalation 💤

 # required
 mv ~/.config/nvim{,.bak}

 # optional but recommended
 mv ~/.local/share/nvim{,.bak}
 mv ~/.local/state/nvim{,.bak}
 mv ~/.cache/nvim{,.bak}

 git clone https://github.com/RosaUlisses/nvim-config ~/.config
 ln -s nvim-config/nvim nvim

Features 🥶

  • Plugin package manager: Plugin management with lazy.nvim
  • Git support: Git infos with gitsigns and other stuff with fugitive
  • Autosave: Autosave of the files
  • Hop: File navigation
  • Debugging: Easy debugging with nvim-dap and nvim-dap-ui
  • Competitive programming support: competitest
  • Lsp: mason and lsp-config
  • LaTeX: Compile, view and autocomplete for LaTeX projects with vim-tex
  • Supported programming languages: C/C++, Rust, C#, Haskell and Lua
  • Lazyvim: All the default plugins of lazyvim distro

TODO:

  • [] README file to the repo
  • [] installation script

About

My fully featured neovim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages