Skip to content
/ nvim Public

Simple, lightweight & minimalistic neovim config. You can easily add a languge support with Mason

Notifications You must be signed in to change notification settings

yujiqo/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main plugins

and others for other cool functionality :D


How to add a language support

1. Go to ./lua/utils.lua

2. Add parser. You can find parser name here

image

3. Add language server. You can find server name here

image

You can add server config as well. it's not necessary though so if you don't, server will get a default config - {}

image

4. Add one or more formatters and linters (optional). You can find formatter name here and linter name here

image

Don't forget to specify formatter/linter to a filetype there: ./lua/configs/lsp.lua!

image image


Instalation

  • Backup your config if you have
  • Clone rep to ~/.config/ by following command:
git -C ~/.config/ clone https://github.com/yujiqo/nvim.git
  • Run nvim and wait until all of plugins are installed then restart nvim

That's it!

About

Simple, lightweight & minimalistic neovim config. You can easily add a languge support with Mason

Topics

Resources

Stars

Watchers

Forks

Languages