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:
@@ -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})
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user