Skip to content

Latest commit

 

History

History

nvim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Neovim

dotfiles

cd ~/.dotfiles
stow nvim

It's just that easy.

Additionally, in order for nvim-treesitter to properly enable auto_install option:

npm install tree-sitter-cli 

LSPs and auto-completion

See code-completion.lua for a complete list of required LSPs.

Find and install necessary LSPs via Mason:

:Mason

Linters and Formatters

See diagnostics.lua for a complete list of required linters and formatters.

Find and install necessary linters and formatters via Mason:

:Mason

Notable dependencies

There are a number of important integrations worth mentioning:

Keybindings

TODO: Update this section