don't run ctags in the background

This commit is contained in:
Ivar Fatland
2025-11-20 13:55:32 +01:00
parent d1f7bd2af9
commit 02de89776e
+1 -1
View File
@@ -101,7 +101,7 @@ vim.keymap.set('n', ',cl', function()
end)
vim.keymap.set('n', ',ct', function()
vim.fn.system('ctags -R . &')
vim.fn.system('ctags -R .')
end)
do
local function escaped(text)