298 Commits

Author SHA1 Message Date
ThePrimeagen
8cb54c4003
Merge pull request #287 from otavioschwanck/feat/add-tabline
Tabline with harpoon items
2023-05-16 18:45:04 -06:00
Otávio Schwanck dos Santos
5bd1fa3504 feat: add tabline 2023-05-10 14:01:54 +01:00
ThePrimeagen
3476228be2
Merge pull request #277 from pockata/faster-branch-name
Use fugitive for faster branch name resolution
2023-05-10 06:43:03 -06:00
Rosen Stoyanov
f5bf980373
feat: Use fugitive for faster branch name resolution 2023-04-08 22:59:55 +03:00
ThePrimeagen
f7040fd0c4
Merge pull request #260 from ThePrimeagen/fix_buf_with_style
Fix buf with style
2023-02-22 20:00:08 -07:00
mpaulson
61dbe8830f chore: style lua 2023-02-22 19:58:53 -07:00
mpaulson
7489811289 i am dumb 2023-02-22 19:57:20 -07:00
mpaulson
1d5393aeb3 fix: old_bufinfo index issue 2023-02-22 19:56:24 -07:00
ThePrimeagen
fa3d8f725a
Merge pull request #246 from Khachig/no-leftover-empty-buffer
Remove empty `[No Name]` buffer when navigating to file.
2023-02-22 06:51:48 -07:00
ThePrimeagen
7ce3a087af
Merge pull request #243 from dmmulroy/master
Fix nil in index column for telescope extension
2023-02-22 06:50:25 -07:00
ThePrimeagen
8faeac2b91
Merge pull request #235 from psaikido/master
Open a harpoon file from the quickmenu in a vertical or horizontal split
2023-02-21 09:30:27 -07:00
ThePrimeagen
e3e3f7fa6b
Merge pull request #199 from pockata/feat/more-prominent-cur-file
feat: Make current file easily noticeable
2023-02-21 09:28:26 -07:00
Rosen Stoyanov
3f11043be4
style: Fix formatting 2023-02-21 14:45:17 +02:00
Rosen Stoyanov
41d1a0e793
feat: Make current file more prominent 2023-02-21 14:45:17 +02:00
ThePrimeagen
8c0bb0a328
Merge pull request #238 from ptillemans/fix_win_paths
normalize filename using vim.fs
2023-01-23 10:17:07 -07:00
Khachig
1c169fe4c0 fix: don't leave empty unnamed buffer after navigating to file 2023-01-20 00:07:16 -05:00
Dillon Mulroy
6145db9346 rename fn to prepare results, explicitly add index to entry/result 2022-12-23 00:26:08 -05:00
ptillemans
e4a91c481b normalize filename using vim.fs 2022-12-01 11:38:28 +01:00
Hugh Carroll
edf29292da Open a harpoon file from the quickmenu in a vertical or horizontal split
or a new tab.
2022-11-24 08:58:56 +00:00
ThePrimeagen
21d0d1bfa3
Merge pull request #233 from rsynnest/master
Performance improvements
2022-11-23 06:38:27 -07:00
Roland Synnestvedt
61b24a7ce9 Refactor store_offset to avoid JSON reads. Read marks once and pass them through as a variable 2022-11-23 00:48:22 -08:00
Roland Synnestvedt
b220d3056b Convert vim.fn.decode_json to vim.json.decode 2022-11-22 21:49:54 -08:00
Roland Synnestvedt
0e414fdd5f Performance improvement for store_offset(), partial fix for #188 2022-11-21 23:33:44 -08:00
ThePrimeagen
00f486e963
Merge pull request #223 from MaximilianLloyd/fix-format-failing
Formatted failing files
2022-11-21 08:59:57 -07:00
Maximilian Øystå Lloyd
39d71e5c55 Formatted failing files 2022-10-27 21:17:44 +02:00
ThePrimeagen
4dfe94e633
Merge pull request #215 from MaximilianLloyd/move-up
Implement move up for telescope extension
2022-10-06 09:50:12 -06:00
Maximilian Øystå Lloyd
89238b8206 Implement move up for telescope extension 2022-10-01 23:24:58 +02:00
ThePrimeagen
f4aff5bf9b
Merge pull request #181 from yonikosiner/auto-group
feat: No longer using `vim.cmd` for auto commands, as there is now a lua api
2022-08-09 20:36:36 -06:00
ThePrimeagen
16482f5ba6
Merge pull request #186 from kyazdani42/fix/nav-file/bufnr-failure
fix(nav-file): bufnr failure when trying to create the buffer
2022-08-09 20:35:54 -06:00
kiyan
6138ff7096 fix(nav-file): bufnr failure when trying to create the buffer
I'm not perfectly sure if this should be upstreamed, but seems like
passing true to bufnr `create` argument now fails.
This fixes this issue by adding a new buffer with bufadd when the buffer
does not exist in the buffer list.
2022-06-05 13:35:53 +02:00
ThePrimeagen
d3d3d22b62
Merge pull request #182 from pranavrao145/feat/makefile
chore(dev): added Makefile and fixed lint workflow
2022-05-07 20:02:03 -06:00
Pranav Rao
15bf2c65c2 chore(lint): get rid of it, all of it 2022-05-06 12:46:06 -04:00
Pranav Rao
e7865eaaa2 chore(dev): added Makefile and fixed lint workflow 2022-05-06 12:38:30 -04:00
Yoni Kosiner
3417c70a61 fix: stylua, happy now? 2022-05-04 17:36:36 +01:00
Yoni Kosiner
883bf289e2 feat: No longer using vim.cmd for auto commands, as there is now a lua
api
2022-05-04 16:05:18 +01:00
ThePrimeagen
28762aa04d
Merge pull request #156 from s-cork/patch-2
fix typo in the readme
2022-04-05 14:53:29 -06:00
ThePrimeagen
eaff8ac534
Merge pull request #159 from svrana/tmux-goto-pane
Fix tmux gotoTerminal for panes
2022-04-05 14:52:28 -06:00
ThePrimeagen
b6a363c037
Merge pull request #175 from jesseleite/tmux-tip-to-tmux-section
Move tmux tip to tmux section of readme
2022-03-31 09:45:34 -06:00
Jesse Leite
063fb54773 Move tmux tip to tmux section. 2022-03-31 11:19:26 -04:00
ThePrimeagen
202b6157d8
Merge pull request #172 from yonikosiner/terminal-to-tmux
Feat: Allow user to switch back to the main neovim window
2022-03-29 08:16:24 -06:00
ThePrimeagen
545bbf90f9
Merge pull request #173 from kelly-lin/patch-2
Fix bug where action_utils was not sourced
2022-03-29 07:55:11 -06:00
Kelly Lin
e4d499814c
Fix bug where action_utils was not sourced
Fix bug where action_utils was not sourced which is required for multiselection mark deletion
2022-03-29 10:06:43 +11:00
ThePrimeagen
4dd6066869
Merge pull request #170 from Mathijs-Bakker/bob_rust
Bob rust
2022-03-28 12:54:16 -06:00
ThePrimeagen
a5a34f0d5d
Merge pull request #171 from kelly-lin/patch-1
Add support for deleting marks when multiselected by picker
2022-03-28 10:36:25 -06:00
Yoni Kosiner
0690c995f6 Feat: Allow user to switch back to the main neovim window 2022-03-28 15:12:34 +01:00
Kelly Lin
083afaa9e9
Add support for deleting marks when multiselected by picker 2022-03-28 17:10:14 +11:00
Mathijs Bakker
243c2593df
Add social links (discord, twitch and twitter) 2022-03-21 19:49:01 +01:00
Mathijs Bakker
710d63e278
Shameless update: Image by -> Bob Rust
Liberty_Dev's not relevant anymore XD
2022-03-21 19:29:48 +01:00
Shaw Vrana
2b29b87c0a Fix tmux gotoTerminal for panes
gotoTerminal should work for both the pane and window case.
2022-02-16 13:19:39 -08:00
ThePrimeagen
b2bb0d6f2b
Merge pull request #161 from jamestrew/refactor/git-branch-specific-marks
refactor: improve git branch specific marks impl
2022-02-16 12:44:37 -07:00