make vim.cmd calls more fancy
This commit is contained in:
@ -7,7 +7,7 @@ return { 'nvim-telescope/telescope.nvim',
|
||||
'nvim-lua/plenary.nvim',
|
||||
{ 'nvim-telescope/telescope-fzf-native.nvim',
|
||||
config = function()
|
||||
vim.cmd('make')
|
||||
vim.cmd.make()
|
||||
end
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user