Skip to content

Commit

Permalink
feat(nvim): add suda plugin for convenient writing/reading of root files
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jul 20, 2024
1 parent d2e8897 commit 8e01d83
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions home/neovim/default.nix
Original file line number Diff line number Diff line change
@@ -444,6 +444,9 @@ in {
'';
}
vim-surround
{
plugin = vim-suda; # Sudo support via :SudaRead and :SudaWrite
}
vim-test
{
plugin = text-case-nvim;

0 comments on commit 8e01d83

Please sign in to comment.