make vim.cmd calls more fancy
This commit is contained in:
parent
fda8909c9c
commit
95fcc5e416
6 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue