aboutsummaryrefslogtreecommitdiff
path: root/scripts/vim-patch.sh
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-10-01 22:50:28 -0700
committerGitHub <noreply@github.com>2021-10-01 22:50:28 -0700
commit724ffe7095424e7acdbde8d0b12f357809561fdf (patch)
tree1ad47cb50b263005b8da04c510f32856690cdbda /scripts/vim-patch.sh
parent36408146ad7b2f3dafa260b765e0b7afcdc7c0dc (diff)
downloadrneovim-724ffe7095424e7acdbde8d0b12f357809561fdf.tar.gz
rneovim-724ffe7095424e7acdbde8d0b12f357809561fdf.tar.bz2
rneovim-724ffe7095424e7acdbde8d0b12f357809561fdf.zip
feat(diagnostics): add vim.diagnostic.get_namespaces (#15866)
Many vim.diagnostic functions expect the user to pass in a namespace id. This PR allows the user to list active diagnostic namespaces: ```lua :lua print(vim.inspect(vim.diagnostic.get_namespaces())) { [7] = { name = "vim.lsp.client-1", opts = {}, sign_group = "vim.diagnostic.vim.lsp.client-1" } } ```
Diffstat (limited to 'scripts/vim-patch.sh')
0 files changed, 0 insertions, 0 deletions