1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

fix some typos

This commit is contained in:
jdhao
2022-08-23 21:09:49 +08:00
parent 96129335ad
commit b279c0cd95
5 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ local packer_util = require('packer.util')
packer.startup({
function(use)
-- it is recommened to put impatient.nvim before any other plugins
-- it is recommended to put impatient.nvim before any other plugins
use {'lewis6991/impatient.nvim', config = [[require('impatient')]]}
use({"wbthomason/packer.nvim", opt = true})

View File

@@ -15,7 +15,7 @@ function M.executable(name)
return false
end
--- Create a dir if if does not exist
--- Create a dir if it does not exist
function M.may_create_dir(dir)
local res = fn.isdirectory(dir)