configure guttermakrs with vim pack

This commit is contained in:
Nick Burt 2026-07-01 13:40:54 -05:00
parent 36247a0bad
commit ce1ed67103
2 changed files with 3 additions and 4 deletions

View File

@ -16,6 +16,8 @@ A manual smoketest checklist to ensure features are working:
- `<leader><C-t>` should open a terminal
- [ ] VimTmuxNavigator
- Should be able to navigate between nvim and tmux panes using `<C-j>`, `<C-k>`, `<C-h>`, `<C-l>` for each respective direction
- [ ] Guttermarks
- Marks (place a mark with `m<char>`) should be displayed in the gutter by their character
### Themes
- [ ] Catppuccin Theme

View File

@ -1,4 +1 @@
return {
'dimtion/guttermarks.nvim',
event = { 'BufReadPost', 'BufNewFile', 'BufWritePre', 'FileType' },
}
vim.pack.add { "https://github.com/dimtion/guttermarks.nvim" }