wsdjeg
f4b92a7183
fix(project): enable debug mode of logger
2023-04-23 11:32:02 +08:00
wsdjeg
a9c4268f8b
fix(projectmanager): fix :OpenProject
command
2023-03-31 00:01:47 +08:00
wsdjeg
9b33d5b909
chore(copyright): update copyright
2023-03-26 13:44:47 +08:00
wsdjeg
339c22813f
fix(lua): use lua only for neovim
2022-09-10 17:47:03 +08:00
wsdjeg
77892cda77
feat(vim8): use lua plugin for vim8
2022-07-03 15:18:19 +08:00
wsdjeg
d69df0a152
feat(projectmanager): improve Telescope project extension
2022-05-19 11:07:16 +08:00
wsdjeg
8deb3918cc
feat(project): add SPC p p
for telescope layer
2022-05-19 10:08:28 +08:00
wsdjeg
0ff0c941dc
fix(projectmanager): add project_non_root
option
2022-04-16 20:41:01 +08:00
wsdjeg
53b493372d
fix(rooter): clear b:rootDir
for none project
2022-04-16 20:13:05 +08:00
wsdjeg
33cc57af55
chore(copyright): update email
2022-03-27 13:38:54 +08:00
wsdjeg
16a5c8caf2
chore(copyright): update copyright
2022-02-03 17:24:51 +08:00
Shidong Wang
c32aa6f225
fix(lsp
): fix lsp support in nvim
...
Use LanguageClient-neovim for old neovim
2021-10-05 23:17:41 +08:00
Shidong Wang
72349e4dd7
change(core): deprecate project_rooter_automatically
option
...
change `project_rooter_automatically` to `project_auto_root`
2021-09-25 21:00:22 +08:00
Shidong Wang
3fc49916cc
chore: update copyright
2021-09-19 22:23:23 +08:00
Wang Shidong
f286e5a83c
Fix typescript eslint maker ( #4441 )
...
close #4440
2021-08-28 19:51:05 +08:00
Wang Shidong
12e19d8db0
Tabmanager name ( #4427 )
2021-08-26 00:22:05 +08:00
Wang Shidong
b518b77e49
Add lua projectmanager ( #4401 )
2021-08-17 22:54:06 +08:00
Wang Shidong
78f47b69d2
Fix compare error ( #4001 )
2020-12-13 17:47:47 +08:00
Wang Shidong
4db31814e2
Ignore home directory when find dir ( #3923 )
2020-10-24 12:07:59 +08:00
Aron Griffis
e720fd1990
Fix project root detection to work with empty buffer ( #3860 )
2020-10-14 19:42:18 +08:00
Wang Shidong
1ac1fd789a
Add projects caches ( #3875 )
2020-10-08 12:05:34 +08:00
Wang Shidong
c791b3661b
Update doc for project manager(rooter) ( #3764 )
2020-09-05 12:43:52 +08:00
Wang Shidong
e5f245d2a4
Fix find path in project manager ( #3761 )
2020-09-03 23:58:50 +08:00
thawk
272ca05c17
Fix project_rooter_outermost option ( #3759 )
2020-09-03 20:46:50 +08:00
Wang Shidong
751725315f
Update copyright ( #3744 )
2020-08-31 21:24:27 +08:00
Wang Shidong
bf67dcf987
Improve project root manager ( #3730 )
2020-08-26 12:27:32 +08:00
Wang Shidong
96da1ed022
Improve project root detection ( #3609 )
2020-07-05 22:09:46 +08:00
Wang Shidong
d90cf5935c
Improve lang#r layer ( #3322 )
2020-02-01 12:45:52 +08:00
Shidong Wang
d1e6318acb
Fix type
2020-02-01 10:41:05 +08:00
Wang Shidong
6233e0ee01
Fix root ( #3321 )
2020-02-01 10:39:21 +08:00
Wang Shidong
c50bc1eced
Improve project manager plugin ( #3316 )
2020-01-31 21:15:01 +08:00
thawk
7de3d133a4
fix completion for :OpenProject ( #3146 )
2019-10-13 20:36:39 +08:00
Wang Shidong
331139505a
Update Copyright ( #2878 )
2019-06-09 14:11:17 +08:00
Wang Shidong
81b56a907c
Remove some code && fix windows support ( #2874 )
2019-06-08 15:09:53 +08:00
Wang Shidong
e2cb874ed1
Fix project switch function ( #2718 )
...
Add fzf menu support
2019-04-02 22:57:20 +08:00
Wang Shidong
ec5b8d0a01
fix vim script lint ( #2519 )
2019-01-28 22:12:37 +08:00
Dyno Fu
119418756b
[issue#2367]: clear rootDir cache after rooter pattern changed ( #2370 )
...
> SpaceVim will try to find root before loadding custom config,
> so that is why It can not find your project root. yes, if the
> project rooter patterns is change the cache should be cleared.
The fix here is create a shadow copy of
`g:spacevim_project_rooter_pattern` and if user changed it should
be different from the shadow version, we clear the cache and sync
them again.
2018-12-27 09:18:29 -06:00
Sarunas Valaskevicius
c5205aa192
only check option at the top level
2018-12-19 16:14:20 +00:00
Sarunas Valaskevicius
6210afd2f1
remove debug output
2018-12-19 16:09:52 +00:00
Sarunas Valaskevicius
ee7e5b6af1
disable autochange dir - fix option
2018-12-19 15:59:41 +00:00
Wang Shidong
34a3c4d64e
Update runtime log for startup ( #2219 )
2018-10-01 10:55:58 +08:00
Wang Shidong
c4bbc664a2
Close #2030 ( #2186 )
2018-09-21 22:16:47 +08:00
s97712
adfffa4489
Fix: can't found file, just cant found directory ( #1883 )
2018-06-27 20:31:51 +08:00
Cosmin Cojocar
76ae6ccbdb
Select the configured projectmanager when opening a project
2018-06-09 11:40:58 +02:00
Wang Shidong
d300d1ed71
Escape file name ( #1795 )
2018-06-05 20:29:23 +08:00
Wang Shidong
a2400b7d27
Relicense ( #1406 )
2018-02-15 22:25:03 +08:00
wsdjeg
9b9915b6c0
Fix funcref
2018-01-25 19:49:19 +08:00
wsdjeg
9f87d9efec
Fix project manager
2018-01-17 21:05:16 +08:00
wsdjeg
3f6d187d19
Add support for file pattern
2018-01-14 23:13:45 +08:00
wsdjeg
d1ce686e09
Change root
2018-01-14 23:08:56 +08:00