neovim/runtime/lua/vim
2022-05-04 08:13:01 +02:00
..
filetype fix(filetype): fixup scd filetype detection (#18403) 2022-05-03 23:03:42 +02:00
lsp feat(lsp): add logging level "OFF" (#18379) 2022-05-03 08:49:23 -06:00
treesitter feat(treesitter): add more default groups to highlight map (#17835) 2022-03-30 22:14:20 +02:00
_editor.lua feat(lsp): add logging level "OFF" (#18379) 2022-05-03 08:49:23 -06:00
_init_packages.lua refactor(lua): make vim submodule lazy loading declarative 2022-03-07 09:59:22 +01:00
_meta.lua refactor: remove unused runtime lua functions (#16535) 2021-12-05 19:11:20 +01:00
compat.lua runtime/lua/vim/compat.lua 2018-12-20 11:57:30 +01:00
diagnostic.lua fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188) 2022-04-20 08:16:47 -06:00
F.lua chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
filetype.lua refactor(lua): replace hard-coded gsub with vim.pesc() (#18407) 2022-05-04 08:13:01 +02:00
highlight.lua refactor(highlight)!: optional arguments for highlight.range as table (#17462) 2022-02-21 21:21:42 +01:00
inspect.lua chore: update inspect.lua to 3.1.3 2022-04-21 16:23:10 +02:00
keymap.lua fix(lua): don't mutate opts parameter of vim.keymap.del (#18227) 2022-04-23 08:01:08 +08:00
lsp.lua feat(lsp): add logging level "OFF" (#18379) 2022-05-03 08:49:23 -06:00
shared.lua fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337) 2022-05-01 21:08:05 +02:00
treesitter.lua fix(treesitter): create new parser if language is not the same as cached parser (#18149) 2022-04-22 16:15:28 +02:00
ui.lua docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
uri.lua fix(uri): change scheme pattern to not include the comma character (#16797) 2021-12-26 16:36:14 -05:00