Skip to content

officiallysidsingh/void.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To Add A Language

  1. Go To The config/lsp.lua file and add its LSP to ensure installed list of lsp. This will download the lsp to your environment and configure its path to make it discoverable using the mason.nvim plugin.

  2. Next, In the same file, go to the section for setting up the lsp. Setup your lsp using docs of nvim-lspconfig. This will use the lsp downloaded in previous step and run it.

  3. For additional formatting and diagonostics, go to config/null-ls.lua file and add in your formatting source in the source table. (NOTE - Do download the source you are adding. Eg - Prettier)

About

A repo to store my nvim custom config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages