Skip to content

retrozinndev/nvim-conf.lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retrozinn's .config/nvim

My neovim configuration with the plugins I use!

Plugin Manager

lazy.nvim 💤

Plugins

Currently, I have been using the following plugins on my lazy.nvim:

Language Servers

List of COC LSes

These are the language servers I use on my coc config! For Java, I use a LSP Plugin called nvim-java that automatically setups everything for development with Java. You can always install/uninstall any of them by using :CocInstall or :CocUninstall.

  • Java (coc-java & nvim-java)
  • Rust (coc-rust)
  • Lua (coc-lua)
  • TypeScript & JavaScript (coc-tsserver)
  • CSS (coc-css)
  • HTML (coc-html)
  • JSON (coc-json)
  • Astro (coc-astro)
  • Python (coc-pyright)

Themes

Some themes already included in my conf:

Changing Themes (color schemes)

You can change the colorscheme temporarily by running :colorscheme {preference}, or, for session persistent colorscheme, edit the init.lua file, in the vim.cmd.colorscheme line, set the string to your preferred scheme.

About

My neovim configuration and plugins I use!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published