Commit Graph

54 Commits

Author SHA1 Message Date
ranjithshegde b4c2ed7d15 fix(types): Errors in some meta-accessors
`vim.ui`, `vim.filetype`, `vim.keymap`
2022-07-08 22:26:29 +02:00
Andrea Blankenstijn 98952b7016 remove everything but annotations 2022-07-08 22:19:34 +02:00
soratobuneko d2cc187428 Initial commit 2022-07-08 22:17:03 +02:00
Folke Lemaitre f5c31936fe
Merge pull request #48 from jopemachine/replace-deprecated
[chore] Replace deprecated plugins with `nvim-cmp`
2022-05-12 18:22:21 +02:00
Gyubong Lee e5bfaa5d69 Replace deprecated plugins with `nvim-cmp` 2022-05-12 17:53:34 +09:00
Folke Lemaitre fda3d25600
chore: updated API docs 2022-05-04 10:45:34 +02:00
Folke Lemaitre c220cdbaed
docs: added instructions to update API docs 2022-05-04 10:45:10 +02:00
Folke Lemaitre 14004d29ff
fix: sumneko library should be a list instead of a dict 2022-05-04 10:30:32 +02:00
Folke Lemaitre a0ee77789d
fx: don't add nil library folders 2022-01-18 14:29:13 +01:00
Folke Lemaitre 8442f324b0
Merge pull request #39 from kylo252/fix-on-new-config
fix: append on_new_config instead of replacing it
2022-01-18 13:53:20 +01:00
kylo252 350b579498 fix: workspace.library uses a map 2022-01-16 14:26:23 +01:00
kylo252 cff09720d2 fix: append on_new_config instead of replacing it 2022-01-03 12:52:32 +01:00
Folke Lemaitre 03a44ec6a5
fix: better package path 2021-12-31 10:03:37 +01:00
Folke Lemaitre 4331626b02
fix: added vim.log.levels 2021-12-10 08:49:58 +01:00
Folke Lemaitre 6b0d9b0559
fix: get all the lua docs for internal lua functions 2021-12-10 08:45:17 +01:00
Folke Lemaitre 60637315d6
feat: updated docs to 0.7 2021-12-10 08:44:52 +01:00
Folke Lemaitre 24d8cf99cc
fix: don't skip anything from shared, otherwise builtin lua function docs are missing like notify 2021-12-10 08:44:23 +01:00
Folke Lemaitre 58796ba3f0
feat: added vim.diagnostic & vim.ui 2021-12-10 08:35:52 +01:00
Folke Lemaitre f7fecb7ded
feat: added configuration option to set the runtime_path (slow). Fixes #29 2021-12-10 08:35:18 +01:00
Folke Lemaitre 1933c7e014
feat: updated all the docs for Neovim 0.6 2021-12-04 14:12:04 +01:00
Folke Lemaitre 6a7abb62af
docs: added warning that the setup is for plugin dev and init.lua only 2021-08-30 14:22:32 +02:00
Folke Lemaitre 274f72b6bc
feat: properly configure runtime.path to make require work for plugins (slow). Fixes #23 2021-08-30 14:18:33 +02:00
Folke Lemaitre e9588503e6
fix: dont add root_dir to workspace library. Fixes #21 2021-08-06 09:53:44 +02:00
Folke Lemaitre 7385682a81
refactor: cleanup 2021-08-05 09:24:49 +02:00
Folke Lemaitre 8c6a6e3252
refactor: simplified plugin filter 2021-07-15 12:51:39 +02:00
Folke Lemaitre 4fa6660b5e
refactor: cleanup 2021-07-15 12:17:25 +02:00
Folke Lemaitre 681c0fc46c
feat: added workspace support 2021-07-14 21:07:08 +02:00
Folke Lemaitre cf3b028043
fix: use existing library on settings.Lua.workspace 2021-07-12 09:33:00 +02:00
Folke Lemaitre 5e6caa92b8
feat: updated emmy lua files 2021-07-09 15:25:27 +02:00
Folke Lemaitre e151df6897
perf: remove runtime path again. way too slow 2021-07-09 11:07:00 +02:00
Folke Lemaitre 7840b31c02
fix: set proper runtime.path for require completion 2021-07-07 22:35:45 +02:00
Folke Lemaitre b9b721a5be
fix: remove root_dir from library. otherwise rename is broken 2021-07-07 21:20:06 +02:00
Folke Lemaitre a26731909a
feat: enable call snippets 2021-07-07 16:02:04 +02:00
Folke Lemaitre 6bf74dbe45
perf: add /lua to plugin directories 2021-06-17 14:27:59 +02:00
Folke Lemaitre 2e1a81633b fix: better method of finding typed directory #6 2021-05-20 22:59:23 +02:00
Folke Lemaitre 616b559dff perf: disable callSnippets for now. Too slow 2021-05-20 20:00:35 +02:00
Folke Lemaitre e21edf2cc1 refactor: use the same chunk writer for all emmylua gen 2021-05-20 19:56:43 +02:00
Folke Lemaitre 7871f7f914 refactor: mpack => data 2021-05-20 14:51:29 +02:00
Folke Lemaitre 36767c4e4c docs: added ref to vim-lsp 2021-05-20 14:50:02 +02:00
Folke Lemaitre 4eb0e89479 feat: added docs for options and vim.fn functions 2021-05-20 14:44:04 +02:00
Folke Lemaitre b1e7776e4c feat: vim.fn functions 2021-05-20 14:26:28 +02:00
Folke Lemaitre 1f7ee38d0f feat: merge in lspconfig options 2021-05-20 09:16:11 +02:00
Folke Lemaitre 0faabb95ae fix: remove vimconfig from workspace library. not needed #1 2021-05-20 09:03:21 +02:00
Folke Lemaitre 2815a2acb5 fix: correctly process global_local options 2021-05-20 08:59:20 +02:00
Folke Lemaitre 05734fa0e4 refactor: merge buf and win options in global options 2021-05-20 08:56:33 +02:00
Folke Lemaitre 9ec4a9c73b feat: added options 2021-05-20 08:39:00 +02:00
Folke Lemaitre 4f5a10f192 fix: improved emmy lua annotations 2021-05-20 08:24:01 +02:00
Folke Lemaitre 72c4e61a6d fix: sort functions before writing 2021-05-20 07:52:13 +02:00
Folke Lemaitre 1fb6cc81ca feat: optionally supply a list of plugins to add to the workspace #2 2021-05-19 23:22:05 +02:00
Folke Lemaitre 70d4e0f95f Merge branch 'main' of github.com:folke/lua-dev.nvim 2021-05-19 16:19:11 +02:00