Commit Graph

  • 9feaab78f5
    Merge 19b9366c36 into 3022dbc916 Rob Pilling 2024-04-28 16:00:44 +0100
  • 19b9366c36 Add show_source option to show the source buffer Rob Pilling 2024-04-28 16:00:25 +0100
  • a6c7f90551
    Merge c933638fd3 into 3022dbc916 Rishikesh Vaishnav 2023-11-22 01:39:29 -0700
  • c933638fd3 README: Add get_bufnrs function for buffers under current git repo Rishikesh Vaishnav 2023-10-20 16:27:56 +0200
  • 432b5efaba
    Merge 5b0a943e32 into 3022dbc916 Jaehwang Jung 2023-05-27 20:59:34 +0900
  • 5b0a943e32 Remove sliced words from index Jaehwang Jung 2022-04-24 15:44:14 +0900
  • ab35d9e24f
    Merge de43a05618 into 3022dbc916 Tomas G B 2023-02-14 14:02:18 +0100
  • de43a05618
    Update README.md Tomas G B 2023-02-14 13:53:12 +0100
  • 8f630961be
    Update source.lua Tomas G B 2023-02-14 13:52:33 +0100
  • 9a538ef238
    Merge cc5492110e into 3022dbc916 莊喬 2023-02-01 15:56:17 +0800
  • cc5492110e Minor fix keyword_pattern value in README bootleq 2023-02-01 15:37:12 +0800
  • a91da1d881
    Merge 78ea76d0c8 into 3022dbc916 vE5li 2023-01-10 02:27:03 +0100
  • 78ea76d0c8 add documentation ve5li 2023-01-10 01:44:28 +0100
  • 9d5a8878d5 initial commit ve5li 2023-01-10 01:34:42 +0100
  • a54b1862f4
    Merge 0804a068a9 into 3022dbc916 Stefan Kanev 2022-11-17 21:06:01 +0200
  • 0804a068a9 Add a note that set hidden is necessary Stefan Kanev 2022-11-17 21:03:18 +0200
  • c60f4de3dd
    Merge ba6592c21b into 3022dbc916 Jaehwang Jung 2022-08-14 13:46:46 +0200
  • 5df4297f11
    Merge 15b611b322 into 3022dbc916 Patrick Eibl 2022-08-10 00:36:34 -0700
  • 3022dbc916
    Update README.md main hrsh7th 2022-08-10 12:18:08 +0900
  • 15b611b322 close buffers not included in opts.get_bufnrs() Patrick Eibl 2022-07-26 23:18:06 -0400
  • ba6592c21b Add debouncing to per-update indexing Jaehwang Jung 2022-06-12 20:57:24 +0900
  • 62fc67a2b0
    Merge pull request #52 from tomtomjhj/reserve Dmytro Meleshko 2022-06-15 21:51:29 +0300
  • c46b6688f0 Reserve slots with false Jaehwang Jung 2022-06-16 03:25:22 +0900
  • 12463cfcd9 Improve keyword_pattern hrsh7th 2022-05-09 14:31:41 +0900
  • d66c4c2d37
    Merge pull request #35 from smjonas/update_readme hrsh7th 2022-02-21 12:13:19 +0900
  • 5a8909d822 Improve wording on keyword_length documentation smjonas 2022-01-15 23:17:16 +0100
  • f83773e2f4 Add an option for dealing with files with very long lines, fixes #13 Dmytro Meleshko 2022-01-04 02:02:30 +0200
  • a01cfeca70
    Merge pull request #23 from dmitmel/synchronous-indexing hrsh7th 2021-12-24 23:30:44 +0900
  • eba65f6fda place index_range calls as the last statement where it is called Dmytro Meleshko 2021-12-24 14:53:02 +0200
  • 077d7de49a use clear_table for clearing lines list in on_reload Dmytro Meleshko 2021-12-24 14:49:15 +0200
  • 70713e1ca4 add comments to the new Timer class Dmytro Meleshko 2021-12-20 13:52:53 +0200
  • 0226d443a5 completely rewrite the documentation for the new options Dmytro Meleshko 2021-12-20 12:37:41 +0200
  • c8daddb987 rename indexing_chunk_size to indexing_batch_size Dmytro Meleshko 2021-12-20 12:37:28 +0200
  • a3ab9bec60 improve reliability of indexing while editing, make on_reload async Dmytro Meleshko 2021-12-19 21:36:11 +0200
  • 6c7b786cb4 Make the async indexer resistant to user editing the buffer Dmytro Meleshko 2021-11-14 20:49:09 +0200
  • 3143b0fb9f Add options for tweaking indexing speed and enabling synchronous mode Dmytro Meleshko 2021-11-07 18:41:16 +0200
  • e26cdfb26f Add a workaround for a weird nvim_buf_call bug, fix #34 Dmytro Meleshko 2021-12-20 01:27:20 +0200
  • c6d63e3343
    docs: fix sources[n].option -> options gegoune 2021-12-08 10:52:55 +0200
  • a0fe52489f clarify usage of configuration in general Dmytro Meleshko 2021-12-08 01:36:47 +0200
  • bc87de0ff6 clarify usage of the keyword_pattern option Dmytro Meleshko 2021-12-08 01:33:09 +0200
  • a706dc69c4 Fix #28 by avoiding on_lines events that report no changed lines Dmytro Meleshko 2021-11-22 22:54:42 +0200
  • e315969dc6 Add protections against nil values in lines_words, fixes #29 and #27 Dmytro Meleshko 2021-11-22 22:42:14 +0200
  • bfbc32a8aa
    Merge pull request #26 from dmitmel/distance-comparator hrsh7th 2021-11-16 04:34:07 +0900
  • 8bc0b55bf7 Apply changes based on comments from the review Dmytro Meleshko 2021-11-15 21:20:08 +0200
  • c6a71a9237 Rename to "locality bonus" Dmytro Meleshko 2021-11-15 20:23:15 +0200
  • 4ab258c3cc Make the distance comparator simpler to configure Dmytro Meleshko 2021-11-15 20:20:06 +0200
  • 45adb7b7b3 Make the comparator work with entries coming from other sources Dmytro Meleshko 2021-11-12 21:51:21 +0200
  • 10be0baf3c Add a distance-based comparator Dmytro Meleshko 2021-11-12 21:35:12 +0200
  • 03a1072b62
    Merge pull request #22 from dmitmel/pass-options-in-table hrsh7th 2021-11-16 03:53:42 +0900
  • ee8e9af753 Use a table for passing options around Dmytro Meleshko 2021-11-07 14:13:44 +0200
  • 01c570786a
    Merge pull request #21 from dmitmel/rebuild-unique-words hrsh7th 2021-11-16 03:44:08 +0900
  • 2137cd03a8 Rebuild word tables incrementally when editing happens on a single line Dmytro Meleshko 2021-11-07 14:04:19 +0200
  • f1b5dc0ad0 Cache tables of unique words in every buffer Dmytro Meleshko 2021-11-07 13:59:10 +0200
  • 274ba7baa2
    Merge pull request #20 from dmitmel/on-reload-on-detach hrsh7th 2021-11-15 11:45:40 +0900
  • e2c3b009b6 Correctly handle on_reload, on_detach, refactor indexing functions Dmytro Meleshko 2021-11-07 13:45:43 +0200
  • 2d85e76c72
    Create LICENSE hrsh7th 2021-11-10 20:30:31 +0900
  • daed3f9a99
    add a LICENSE file Benjamin Denhartog 2021-11-09 05:46:05 -0700
  • a46e1ce308
    Merge pull request #18 from dmitmel/optimize-hidden-nested-loops hrsh7th 2021-11-08 19:55:26 +0900
  • 2d79337053 Fix O(n^2) complexity in watcher hidden within table.{insert,remove} Dmytro Meleshko 2021-11-03 00:20:07 +0200
  • 5264d8a4e5
    Merge pull request #17 from dmitmel/optimize-index-line hrsh7th 2021-11-08 13:53:29 +0900
  • d39fc20ac9 Optimize buffer:index_line Dmytro Meleshko 2021-11-03 00:03:21 +0200
  • 87cc578406 use a table for passing options around Dmytro Meleshko 2021-11-02 13:23:00 +0200
  • f7672632d0 add incremental rebuild for when editing a single line Dmytro Meleshko 2021-10-08 11:13:05 +0300
  • 7cc75f47c2 correctly handle detaches and reloads of buffers Dmytro Meleshko 2021-09-12 18:02:57 +0300
  • e5e9c8c4fc add special case for on_lines events after deletion of the whole file Dmytro Meleshko 2021-09-10 12:05:53 +0300
  • f15c6a7049 add documentation for the added indexing options Dmytro Meleshko 2021-09-08 20:02:36 +0300
  • 846c7230ff optimize buffer indexing, add sync mode, add options for tweaking it Dmytro Meleshko 2021-11-02 13:04:10 +0200
  • d1ca295ce5 Add keyword_length option hrsh7th 2021-11-02 12:19:39 +0900
  • 5dde543075
    Merge pull request #8 from dmitmel/main hrsh7th 2021-09-02 15:26:30 +0900
  • e185d0f2eb add a tip to README for getting the iskeyword behavior Dmytro Meleshko 2021-08-31 19:04:01 +0300
  • c11425c2d2 run keyword pattern regexes inside their respective buffers Dmytro Meleshko 2021-08-31 18:42:49 +0300
  • a5774490b5 Add source name hrsh7th 2021-08-25 15:33:47 +0900
  • 4d32d54027 Fix keyword pattern hrsh7th 2021-08-25 13:10:56 +0900
  • e92ff22768 Add get_keyword_pattern API hrsh7th 2021-08-25 11:37:06 +0900
  • 3f2041782f Request -> Params hrsh7th 2021-08-25 11:34:30 +0900
  • 4596feb448
    Merge pull request #6 from uga-rosa/main hrsh7th 2021-08-25 10:09:24 +0900
  • 37559c4051
    Update README.md uga-rosa 2021-08-25 10:00:47 +0900
  • 5742a1b18e
    Update README.md hrsh7th 2021-08-11 19:27:17 +0900
  • 54daa18554 Add pre-defined recipes hrsh7th 2021-08-11 19:00:55 +0900
  • 1864f3950e Fix digits pattern hrsh7th 2021-08-10 19:25:04 +0900
  • 2dbb474a7e Initial commit hrsh7th 2021-08-08 17:38:47 +0900