neovim/runtime/lua/vim
Hirokazu Hata e0e5ada2bf
lsp: change log name to "lsp.log" from "vim-lsp.log"
It's confusing because vim-lsp already has the same name as the plugin name that predates this built-in lsp.
Also, since "vim.fn.stdpath" is used, adding the prefix "nvim-" is redundant, so just "lsp.log" will suffice.
2020-05-23 15:02:38 +09:00
..
lsp lsp: change log name to "lsp.log" from "vim-lsp.log" 2020-05-23 15:02:38 +09:00
compat.lua runtime/lua/vim/compat.lua 2018-12-20 11:57:30 +01:00
highlight.lua lua: Add highlight.on_yank (#12279) 2020-05-18 09:49:50 -04:00
inspect.lua lua: metatable for empty dict value 2020-01-01 19:26:29 +01:00
lsp.lua lsp: add workspace/symbol (#12224) 2020-05-02 17:56:05 +02:00
shared.lua lua: add tbl_deep_extend (#11969) 2020-05-17 13:24:34 -04:00
treesitter.lua treesitter: unknown predicates always match #12173 2020-04-30 22:43:30 -07:00
tshighlighter.lua treesitter: redraw on changed query 2020-02-26 19:39:02 +01:00
uri.lua Change uri_to_fname to not convert non-file URIs (#12351) 2020-05-22 01:17:21 +09:00