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
|
- `<leader><C-t>` should open a terminal
|
||||||
- [ ] VimTmuxNavigator
|
- [ ] VimTmuxNavigator
|
||||||
- Should be able to navigate between nvim and tmux panes using `<C-j>`, `<C-k>`, `<C-h>`, `<C-l>` for each respective direction
|
- 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
|
### Themes
|
||||||
- [ ] Catppuccin Theme
|
- [ ] Catppuccin Theme
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1 @@
|
||||||
return {
|
vim.pack.add { "https://github.com/dimtion/guttermarks.nvim" }
|
||||||
'dimtion/guttermarks.nvim',
|
|
||||||
event = { 'BufReadPost', 'BufNewFile', 'BufWritePre', 'FileType' },
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue