Eric Wong
|
f818591314
|
fix(compatible): fix nvim-0.5.0 support
|
2024-06-13 08:44:55 +08:00 |
|
Eric Wong
|
7edc45e572
|
fix(lua): fix lua warnings
|
2024-06-12 19:45:53 +08:00 |
|
Eric Wong
|
6b653dbf86
|
perf(statusline): support quickfix & loclist
|
2024-06-12 19:29:50 +08:00 |
|
Eric Wong
|
921d96cb10
|
fix(statusline): fix code runner and repl stl
|
2024-06-12 11:57:20 +08:00 |
|
Eric Wong
|
7979f7b043
|
fix(statusline): fix syntax_checking function
|
2024-06-12 08:50:11 +08:00 |
|
Eric Wong
|
22b15dfe50
|
fix(default): fix default color template
|
2024-06-11 22:28:44 +08:00 |
|
Eric Wong
|
e31f6b2380
|
fix(scrollbar): check excluded_filetypes
|
2024-06-11 11:46:10 +08:00 |
|
Eric Wong
|
2fea2697e6
|
perf(stl): add input_method function
|
2024-06-10 21:47:31 +08:00 |
|
Eric Wong
|
cb17aecf83
|
fix(statusline): fix display current tag
|
2024-06-10 18:49:45 +08:00 |
|
Eric Wong
|
511480cabc
|
fix(guide): use hide option only for nvim 0.10.0+
|
2024-06-09 22:16:21 +08:00 |
|
Eric Wong
|
6b7c5a14ce
|
feat(statusline): add lua statusline
|
2024-06-09 10:37:42 +08:00 |
|
Eric Wong
|
a10d464ca9
|
fix(mkdir): fix mkdir lua plugin
|
2024-06-03 22:38:36 +08:00 |
|
Eric Wong
|
e5f8d2b012
|
fix(guide): move getName function to lua
|
2024-06-03 22:23:09 +08:00 |
|
Eric Wong
|
bdc177e320
|
perf(guide): use timer to display win
|
2024-06-03 22:11:58 +08:00 |
|
Eric Wong
|
24712351a1
|
perf(guide): improve key binding guide
|
2024-06-01 22:51:47 +08:00 |
|
Eric Wong
|
e9446e63fe
|
fix(autosave): fix lua autosave plugin
|
2024-05-22 11:46:16 +08:00 |
|
Eric Wong
|
ad078317fb
|
fix(tabline): fix default colorscheme tabline
|
2024-05-21 23:12:56 +08:00 |
|
Eric Wong
|
4515c6162c
|
fix(t_ve): remove t_ve from iedit.lua
neovim does not support t_ve option.
|
2024-05-19 19:29:07 +08:00 |
|
Eric Wong
|
9c31df502d
|
perf(scrollbar): change min_size to 5
|
2024-05-06 19:27:11 +08:00 |
|
Eric Wong
|
5b127e22dd
|
perf(tabline): use lua tablineat function
|
2024-05-04 22:13:43 +08:00 |
|
Eric Wong
|
ccfceebe98
|
perf(tabline): add sep after hide left section
|
2024-05-04 21:38:21 +08:00 |
|
Eric Wong
|
1d68f475f7
|
fix(tabline): fix Ctrl-Shift-Left/Right key
|
2024-05-03 21:53:53 +08:00 |
|
Eric Wong
|
c28fda48b1
|
feat(tabline): add lua tabline
|
2024-04-21 22:57:47 +08:00 |
|
Eric Wong
|
a31dc92f8e
|
fix(recordkey): fix win order
|
2024-03-31 23:34:52 +08:00 |
|
Eric Wong
|
f6e07c5659
|
feat(recordkey): support nvim 0.10.0
|
2024-03-31 22:49:58 +08:00 |
|
Eric Wong
|
f07c2e3e31
|
perf(recordkey): use keytrans()
|
2024-03-31 21:49:30 +08:00 |
|
Eric Wong
|
5f06cb9eb8
|
perf(recordkey): ignore all events
|
2024-03-31 20:49:01 +08:00 |
|
Eric Wong
|
91170cab09
|
feat(recordkey): remove key via timer
|
2024-03-31 20:36:45 +08:00 |
|
Eric Wong
|
f934a4128b
|
feat(recordkey): add recordkey plugin
|
2024-03-31 20:26:37 +08:00 |
|
Eric Wong
|
833c9ac3d0
|
feat(todo): add todo_close_list option
|
2024-03-24 21:46:37 +08:00 |
|
Eric Wong
|
4563880fee
|
perf(scrollbar): use vim#buffer api
|
2024-03-22 16:49:58 +08:00 |
|
Eric Wong
|
7eb68ca364
|
test(nvim): fix make test for nvim 0.9.5
|
2024-03-21 18:25:14 +08:00 |
|
Eric Wong
|
e7d90f4d82
|
fix(scrollbar): disable Search highlight in scrollbar
|
2024-03-19 11:08:37 +08:00 |
|
Eric Wong
|
f8b280e03e
|
fix(flygrep): remove t_ve option
neovim 0.10.0-dev always show unknown option: t_ve
when use `vim.o.t_ve`. but `exists('&t_ve')` return 1
|
2024-03-11 21:49:10 +08:00 |
|
Eric Wong
|
e24e5ec2ec
|
perf(guide): remove debug log
|
2024-03-11 20:05:51 +08:00 |
|
Eric Wong
|
874f72ce94
|
docs(guide): add guide for scala nim and swift
|
2024-03-10 20:44:58 +08:00 |
|
Eric Wong
|
80cc95887e
|
fix(scrollbar): fix unsaved error
|
2024-02-25 21:40:31 +08:00 |
|
Eric Wong
|
b5866a81e7
|
feat(todo): update todo list when switch project
|
2024-02-24 18:49:50 +08:00 |
|
Eric Wong
|
ea76ba75aa
|
feat(projectmanager): make reg_callback support description
|
2024-02-24 16:28:33 +08:00 |
|
Eric Wong
|
031a6a2497
|
feat(git): update remote manager context when switch project
|
2024-02-24 15:38:20 +08:00 |
|
wsdjeg
|
daf814589b
|
feat(scrollbar): implement scrollbar in lua
|
2023-09-23 20:33:31 +08:00 |
|
wsdjeg
|
dd7edf0054
|
perf(repl): update statusline on exit
|
2023-09-06 13:31:30 +08:00 |
|
wsdjeg
|
caa371fae4
|
feat(repl): add spinners
|
2023-09-05 21:12:17 +08:00 |
|
Eric Wong
|
6f0728c625
|
feat(repl): rewrite repl plugin in lua
|
2023-08-31 22:07:56 +08:00 |
|
Eric Wong
|
7e81ce1019
|
feat(guide): rewrite leader guide in lua
|
2023-08-25 12:05:54 +08:00 |
|
wsdjeg
|
87d8ad1fd9
|
fix(tasks): use vim.tbl_extend instead
|
2023-08-09 04:02:21 +08:00 |
|
Eric Wong
|
c90dc3f00c
|
docs(roadmap): update roadmap and todos
|
2023-08-07 22:28:28 +08:00 |
|
Eric Wong
|
2b2c2aa5f6
|
feat(tasks): implement tasks.lua
|
2023-08-05 22:31:52 +08:00 |
|
wsdjeg
|
0b2a3e7e4b
|
feat(toml): add lua toml previewer
|
2023-08-05 22:31:52 +08:00 |
|
Eric Wong
|
db252c01df
|
feat(alternate): make :A command support toml
|
2023-08-05 22:31:52 +08:00 |
|