configure guttermakrs with vim pack
This commit is contained in:
parent
36247a0bad
commit
ce1ed67103
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1 @@
|
|||
return {
|
||||
'dimtion/guttermarks.nvim',
|
||||
event = { 'BufReadPost', 'BufNewFile', 'BufWritePre', 'FileType' },
|
||||
}
|
||||
vim.pack.add { "https://github.com/dimtion/guttermarks.nvim" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue