don't run ctags in the background
This commit is contained in:
@@ -101,7 +101,7 @@ vim.keymap.set('n', ',cl', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
vim.keymap.set('n', ',ct', function()
|
vim.keymap.set('n', ',ct', function()
|
||||||
vim.fn.system('ctags -R . &')
|
vim.fn.system('ctags -R .')
|
||||||
end)
|
end)
|
||||||
do
|
do
|
||||||
local function escaped(text)
|
local function escaped(text)
|
||||||
|
|||||||
Reference in New Issue
Block a user