snailed
/
taolf
Archived
2
0
Fork 0

Commit Graph

  • be762b036a
    cleanup master Luca Bilke 2024-03-06 17:48:50 +0100
  • 8be2fbcfd8
    export environment env var for lf Luca Bilke 2024-02-17 17:45:49 +0100
  • d2b58b122d
    correct creadme Luca Bilke 2024-02-12 16:54:00 +0100
  • 731c8c13b6 bugfix Luca Bilke 2024-01-29 11:56:20 +0100
  • 38cdbcd29e cleanup Luca Bilke 2024-01-29 11:24:24 +0100
  • c9d441f235 bugfixes Luca Bilke 2024-01-29 10:41:16 +0100
  • 612456bb25 clean up __open_in, still untested Luca Bilke 2024-01-29 10:06:55 +0100
  • ca6553f126
    more work, gwd is still faulty Luca Bilke 2024-01-29 02:14:06 +0100
  • 9285a5a205
    fix bugs Luca Bilke 2024-01-29 01:41:00 +0100
  • 38e37900fa
    fix error reporting Luca Bilke 2024-01-29 01:23:11 +0100
  • 42a5903d57
    rename module Luca Bilke 2024-01-29 00:45:42 +0100
  • ac6c8bf9bb
    more streamlining, redo readme Luca Bilke 2024-01-29 00:36:18 +0100
  • 942a761462
    streamlining Luca Bilke 2024-01-28 23:56:43 +0100
  • cfae02dbf4
    linting Luca Bilke 2024-01-28 23:44:04 +0100
  • 18c465b922
    fixes Luca Bilke 2024-01-28 23:11:42 +0100
  • 5bc3a78955
    initial commit Luca Bilke 2024-01-28 22:50:38 +0100
  • 69ab1efcff
    Merge pull request #23 from 0xRichardH/master Lucas Burns 2023-10-03 17:10:05 -0500
  • 0fa2b77301
    fix: check if arglist is empty before adding to vim.cmd Richard Hao 2023-09-09 15:07:19 +0800
  • 1d27ea105e
    fix: issue where self was returned, not self.data Lucas Burns 2023-08-31 14:36:38 -0500
  • ade77e544a
    Merge pull request #21 from gilitos92/PR/Fix/Key-Mappings-only-work-on-first-instance Lucas Burns 2023-08-31 13:38:20 -0500
  • 2a582ed3ea
    Merge pull request #20 from gilitos92/PR-with-Main-Repo Lucas Burns 2023-08-31 13:36:24 -0500
  • 40202b58bc
    Fix: Key Mappings only work on the first run instance Gilberto Valadez 2023-08-24 00:27:18 -0600
  • 969f25f9a4
    Fix: Cannot open files with Space in its path Gilberto Valadez 2023-08-23 23:36:09 -0600
  • 15d173ca11
    fix: issue where lf was opening closed buffers Lucas Burns 2023-08-22 21:21:20 -0500
  • 5c1d8569d3
    fix(16): add new file to arglist Lucas Burns 2023-08-09 15:55:38 -0500
  • b76c29dd5f
    update: minor refactor, add `argedit` and `edit` bindings Lucas Burns 2023-08-09 15:48:28 -0500
  • 6f9c27cd9a
    update: documentation and type names Lucas Burns 2023-07-19 21:28:59 -0500
  • 87a72c618e
    fix: allow negative width and height Lucas Burns 2023-06-27 12:22:42 -0500
  • c30426d2fb
    fix: make lf faster selecting file; fix layouts Lucas Burns 2023-06-09 02:17:20 -0500
  • aa72337c44
    fix: not switching buffers on open Lucas Burns 2023-05-10 13:49:25 -0500
  • 1b1c0426e6
    update: clean up some more code Lucas Burns 2023-05-10 13:19:17 -0500
  • ffcacf5dbb
    update: remove plenary stuff; try and fix async problem Lucas Burns 2023-05-09 20:36:50 -0500
  • b88c1efa65
    fix: lf was not reading ID file due to async stuff Lucas Burns 2023-03-23 15:23:39 -0500
  • 70c9b1dd99
    fix: allow require("lf").start(nil, {config table}) like it says in README Lucas Burns 2023-02-17 15:15:24 -0600
  • 3834294972 Fix E154: Duplicate tag error Anton 2023-01-19 20:36:11 +0000
  • 05bacf60ac
    Merge pull request #3 from thalting/master Lucas Burns 2022-09-01 10:55:09 -0500
  • 278a0fd633
    fix halting 2022-09-01 12:42:30 -0300
  • 68e67ccbb3
    update(config): Change NormalFloat to link to 'Normal' Lucas Burns 2022-08-18 11:22:02 -0500
  • 6669d6aa35
    fix#2: fixes error indexing vim.fs Lucas Burns 2022-07-19 14:35:57 -0500
  • 2c94f8da87
    update(readme): log autocmd Lucas Burns 2022-07-11 21:47:01 -0500
  • 03e4274350
    update: use vim.fs module Lucas Burns 2022-07-08 10:15:38 -0500
  • f8a224ab0f
    fix: highlights were not working properly Lucas Burns 2022-07-08 10:11:59 -0500
  • 2f728c7e0f
    fix: speed up on_open deferred a little Lucas Burns 2022-07-02 20:30:17 -0500
  • 3ee1b75d72
    remove: which-key caused an error to send keypresses to newly opened window Lucas Burns 2022-06-29 15:37:44 -0500
  • a065908b13
    Fix: * A recursive default mapping * Made better `ReplaceNetrwWithLf` autocmd Lucas Burns 2022-06-23 17:13:51 -0500
  • c05199f4c4
    fix(spelling): correct issues in README Lucas Burns 2022-06-05 16:48:12 -0500
  • e08863d953
    feature: global variable indicating that lf is running Lucas Burns 2022-05-29 17:16:06 -0500
  • c001b14238
    fix: remove filetype, it needs to inherit toggleterm Lucas Burns 2022-05-29 17:07:46 -0500
  • d39525c93f
    fix: filetype -> lf_term Lucas Burns 2022-05-29 17:06:37 -0500
  • c9b9b30f37
    fix: update which buffer is mapped, set filetype to lf Lucas Burns 2022-05-29 17:04:30 -0500
  • a6154bd87c
    feature(focus_on_open): focus current file when opening lf; refactor(cfg) Lucas Burns 2022-05-29 15:25:18 -0500
  • 242912c016
    update(plugin): allow for lf_netrw to be true Lucas Burns 2022-05-26 18:54:04 -0500
  • 38f491f6ba
    update(readme): add installation Lucas Burns 2022-05-26 18:53:27 -0500
  • a6f55cea94
    update: modified mapping escape to quit Lucas Burns 2022-05-25 10:21:59 -0500
  • f49f15ff90
    fix(readme): errors in readme Lucas Burns 2022-05-23 21:36:54 -0500
  • a1f50b734e
    feature(map): register mapping with which-key if it is installed Lucas Burns 2022-05-23 09:05:26 -0500
  • 5b448a2260
    refactor: change command name from Lfnvim -> Lf Lucas Burns 2022-05-23 08:26:12 -0500
  • cfd83558f7
    fix(issue): should fix issue #1 Lucas Burns 2022-05-23 08:23:08 -0500
  • 51ffd69ee0
    Update: - Calculate width by accounting for `signcolumn` - Calculate height by account for `cmdheight` - Set a `_G.loaded_lf` variable to prevent double sourcing - Use `vim.defer_fn` instead of identical code using custom timer Lucas Burns 2022-05-17 16:26:33 -0500
  • 2bb2967f07
    feature: escape_quit Lucas Burns 2022-04-23 18:40:09 -0500
  • ed908785bf
    fix: Lf would't open if file didn't exist; lf netrw would open on no arguments Lucas Burns 2022-04-21 22:32:47 -0500
  • e57c835d0e
    chore: added license, mentioned keybindings, tmux=false, spelling corrections Lucas Burns 2022-04-16 22:20:45 -0500
  • d4c08af70d
    feature: added tmux statusline and highlights Lucas Burns 2022-04-15 23:15:14 -0500
  • 1ac4d99669
    fix(netrw): replace netrw with lua Lucas Burns 2022-04-15 09:37:10 -0500
  • 96f15a3e35
    fix: path wasn't registered in lua command Lucas Burns 2022-04-14 15:12:06 -0500
  • 3fb8dee0f3
    update(plugin): .vim -> .lua Lucas Burns 2022-04-13 20:07:45 -0500
  • dd04d5f0e9
    fix: open keys - now keys directly open file Lucas Burns 2022-04-13 18:59:44 -0500
  • ba62cbc7a2
    fix(plugin): plugin name lfvim -> lf Lucas Burns 2022-04-11 09:54:14 -0500
  • 221aeec3a1
    fix(resize): when resizing, window didn't stay centered Lucas Burns 2022-04-11 08:53:12 -0500
  • db19f3c703
    feature: resizing window with `window_mapping` (partially finished) Lucas Burns 2022-04-10 21:53:47 -0500
  • 301262f100
    fix: ._config -> ._cfg Lucas Burns 2022-04-10 19:48:18 -0500
  • 251b24ff2c
    chore: allow global setup to work with command Lucas Burns 2022-04-10 19:42:15 -0500
  • 313c9508b4
    initial commit Lucas Burns 2022-04-10 00:24:21 -0500