Skip to content

stephansama/stow.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stow.nvim

A neovim plugin that makes working with multiple configuration directories a breeze. Quickly remove and apply stow to your configuration directory

Installation

With lazy.nvim use the following:

{
 "stephansama/stow.nvim",
 cmd = "Stow",
 config = true,
 opts = { -- default configuration
  dir = "~/.dotfiles"
 },
 keys = {
  { "<leader>sr", "<cmd>Stow remove<CR>", desc = "Remove Stow symlink" },
  { "<leader>sa", "<cmd>Stow reapply<CR>", desc = "Reapply Stow symlink" },
 },
},

Commands

Command Description
Stow apply Apply stow configuration for set directory
Stow remove Remove stow configuration for set directory
Stow reapply Remove and Apply stow configuration for set directory

Based on https://github.com/shortcuts/neovim-plugin-boilerplate

Releases

No releases published

Packages

No packages published