Skip to content

desertthunder/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

Configured Languages

  • Lua
  • Go
  • Rust
  • TypeScript+JavaScript / JSX+TSX
  • Markdown
  • Bash
  • C
  • C++

Updating the Config

mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/nvim"
rsync -a --delete --exclude '.git/' --exclude '.vscode/' ./ "${XDG_CONFIG_HOME:-$HOME/.config}/nvim/"

Updating Plugins

vim.pack writes nvim-pack-lock.json to the active Neovim config directory. After updating plugins in the rsynced config, copy the lockfile back into this repo before committing:

nvim +'lua vim.pack.update()'
cp "${XDG_CONFIG_HOME:-$HOME/.config}/nvim/nvim-pack-lock.json" ./nvim-pack-lock.json

To-Do

  • Add language support for dart, elixir, and gleam
  • Add svelte, tailwind, astro, and heex support

About

my neovim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages