snailed
/
taolf
Archived
2
0
Fork 0
Commit Graph

73 Commits

Author SHA1 Message Date
Luca Bilke be762b036a
cleanup 2024-03-06 17:48:50 +01:00
Luca Bilke 8be2fbcfd8
export environment env var for lf
This is useful when scripting lf and you need to adjust behavior for taolf. Eventually I will have to rewrite the opening mechanism to make a lot of this scripting easier.
2024-02-17 17:45:49 +01:00
Luca Bilke d2b58b122d
correct creadme 2024-02-12 16:54:00 +01:00
Luca Bilke 731c8c13b6 bugfix 2024-01-29 11:56:20 +01:00
Luca Bilke 38cdbcd29e cleanup 2024-01-29 11:24:24 +01:00
Luca Bilke c9d441f235 bugfixes 2024-01-29 10:59:39 +01:00
Luca Bilke 612456bb25 clean up __open_in, still untested 2024-01-29 10:06:55 +01:00
Luca Bilke ca6553f126
more work, gwd is still faulty 2024-01-29 02:14:06 +01:00
Luca Bilke 9285a5a205
fix bugs 2024-01-29 01:41:00 +01:00
Luca Bilke 38e37900fa
fix error reporting 2024-01-29 01:23:11 +01:00
Luca Bilke 42a5903d57
rename module 2024-01-29 00:47:33 +01:00
Luca Bilke ac6c8bf9bb
more streamlining, redo readme 2024-01-29 00:36:18 +01:00
Luca Bilke 942a761462
streamlining 2024-01-28 23:56:43 +01:00
Luca Bilke cfae02dbf4
linting 2024-01-28 23:44:04 +01:00
Luca Bilke 18c465b922
fixes 2024-01-28 23:43:29 +01:00
Luca Bilke 5bc3a78955
initial commit 2024-01-28 22:51:43 +01:00
Lucas Burns 69ab1efcff
Merge pull request #23 from 0xRichardH/master 2023-10-03 17:10:05 -05:00
Richard Hao 0fa2b77301
fix: check if arglist is empty before adding to vim.cmd 2023-09-09 15:07:19 +08:00
Lucas Burns 1d27ea105e
fix: issue where self was returned, not self.data 2023-08-31 14:37:48 -05:00
Lucas Burns ade77e544a
Merge pull request #21 from gilitos92/PR/Fix/Key-Mappings-only-work-on-first-instance 2023-08-31 13:38:20 -05:00
Lucas Burns 2a582ed3ea
Merge pull request #20 from gilitos92/PR-with-Main-Repo 2023-08-31 13:36:24 -05:00
Gilberto Valadez 40202b58bc
Fix: Key Mappings only work on the first run instance
This is because the function that executes the remaps isn't updating the
id of the instance of LF after the first execution. This number should
be updated every time as Toggleterm destroys terminal windows whenever
the 'hidden' option is set to false in its configuration.
2023-08-24 14:00:23 -06:00
Gilberto Valadez 969f25f9a4
Fix: Cannot open files with Space in its path
This was due to the path string not being enclosed in quotes so that it
is escaped by the terminal.
2023-08-23 23:36:09 -06:00
Lucas Burns 15d173ca11
fix: issue where lf was opening closed buffers 2023-08-22 21:21:20 -05:00
Lucas Burns 5c1d8569d3
fix(16): add new file to arglist 2023-08-09 15:58:17 -05:00
Lucas Burns b76c29dd5f
update: minor refactor, add `argedit` and `edit` bindings 2023-08-09 15:48:28 -05:00
Lucas Burns 6f9c27cd9a
update: documentation and type names 2023-07-19 21:28:59 -05:00
Lucas Burns 87a72c618e
fix: allow negative width and height 2023-06-27 12:22:42 -05:00
Lucas Burns c30426d2fb
fix: make lf faster selecting file; fix layouts 2023-06-09 02:17:20 -05:00
Lucas Burns aa72337c44
fix: not switching buffers on open 2023-05-10 13:49:25 -05:00
Lucas Burns 1b1c0426e6
update: clean up some more code 2023-05-10 13:19:17 -05:00
Lucas Burns ffcacf5dbb
update: remove plenary stuff; try and fix async problem 2023-05-09 20:36:50 -05:00
Lucas Burns b88c1efa65
fix: lf was not reading ID file due to async stuff 2023-03-23 15:23:39 -05:00
Lucas Burns 70c9b1dd99
fix: allow require("lf").start(nil, {config table}) like it says in README 2023-02-17 15:15:24 -06:00
Anton 3834294972 Fix E154: Duplicate tag error 2023-01-19 20:36:11 +00:00
Lucas Burns 05bacf60ac
Merge pull request #3 from thalting/master
fix format
2022-09-01 10:55:09 -05:00
halting 278a0fd633
fix 2022-09-01 12:42:30 -03:00
Lucas Burns 68e67ccbb3
update(config): Change NormalFloat to link to 'Normal'
* Add some --[[@as <cast>]] to suppress language server warnings
2022-08-18 11:22:02 -05:00
Lucas Burns 6669d6aa35
fix#2: fixes error indexing vim.fs 2022-07-19 14:35:57 -05:00
Lucas Burns 2c94f8da87
update(readme): log autocmd 2022-07-11 21:47:01 -05:00
Lucas Burns 03e4274350
update: use vim.fs module 2022-07-08 10:15:38 -05:00
Lucas Burns f8a224ab0f
fix: highlights were not working properly 2022-07-08 10:11:59 -05:00
Lucas Burns 2f728c7e0f
fix: speed up on_open deferred a little 2022-07-02 20:30:17 -05:00
Lucas Burns 3ee1b75d72
remove: which-key caused an error to send keypresses to newly opened window 2022-06-29 15:37:44 -05:00
Lucas Burns a065908b13
Fix:
* A recursive default mapping
* Made better `ReplaceNetrwWithLf` autocmd

Addition:
* `LfTermEnter` `autocmd` that is ran on the terminal opening

Change:
* Change the way the utility notification functions are setup
2022-06-23 17:13:51 -05:00
Lucas Burns c05199f4c4
fix(spelling): correct issues in README 2022-06-05 16:48:12 -05:00
Lucas Burns e08863d953
feature: global variable indicating that lf is running 2022-05-29 17:16:06 -05:00
Lucas Burns c001b14238
fix: remove filetype, it needs to inherit toggleterm 2022-05-29 17:07:46 -05:00
Lucas Burns d39525c93f
fix: filetype -> lf_term 2022-05-29 17:06:37 -05:00
Lucas Burns c9b9b30f37
fix: update which buffer is mapped, set filetype to lf 2022-05-29 17:04:30 -05:00