mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
docs: dev-arch, focusable windows #30510
- 'statuscolumn' is no longer experimental - add tags for popular searches on neovim.io
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
for name, url in pairs {
|
||||
-- ADD PLUGINS _NECESSARY_ TO REPRODUCE THE ISSUE, e.g:
|
||||
-- some_plugin = 'https://github.com/author/plugin.nvim'
|
||||
-- 'https://github.com/author1/plugin1',
|
||||
-- 'https://github.com/author2/plugin2',
|
||||
} do
|
||||
local install_path = vim.fn.fnamemodify('nvim_issue/' .. name, ':p')
|
||||
if vim.fn.isdirectory(install_path) == 0 then
|
||||
|
Reference in New Issue
Block a user