Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Minimal Neovim Rust Configuration

To test

If you wish to test this out, check out this repo and run the following command

cd nvim-rust
NVIM_CONFIG_HOME=`pwd` XDG_CONFIG_HOME=$NVIM_CONFIG_HOME XDG_DATA_HOME=$NVIM_CONFIG_HOME/.local/share XDG_CACHE_HOME=$NVIM_CONFIG_HOME/.cache XDG_STATE_HOME=$NVIM_CONFIG_HOME/.local/state nvim +PackerSync

This will install all the plugins listed in nvim/lua/config/plugins.lua.

If you close and reopen Neovim, it should then start to install all the Treesitter and Mason tooling for you automatically. If it doesn't you can install what you need with :Mason and :TSInstall.

Install & Use

If you wish to use this configuration then just copy the contents of the nvim directory to $HOME/.config/nvim and use Neovim as normal

About

A sample minimal Neovim configuration for Rust using LSP, Treesitter and Mason plugins

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages