瀏覽代碼

fix: typos (#1110)

Gauravsingh Sisodia 4 年之前
父節點
當前提交
ce22121c82
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lua/settings.lua

+ 2 - 2
lua/settings.lua

@@ -11,7 +11,7 @@ local default_options = {
   completeopt = { "menuone", "noselect" },
   conceallevel = 0, -- so that `` is visible in markdown files
   fileencoding = "utf-8", -- the encoding written to a file
-  foldmethod = "manual", -- folding, set to "expr" for treesitter based foloding
+  foldmethod = "manual", -- folding, set to "expr" for treesitter based folding
   foldexpr = "", -- set to "nvim_treesitter#foldexpr()" for treesitter based folding
   guifont = "monospace:h17", -- the font used in graphical neovim applications
   hidden = true, -- required to keep multiple buffers and open multiple buffers
@@ -31,7 +31,7 @@ local default_options = {
   title = true, -- set the title of window to the value of the titlestring
   -- opt.titlestring = "%<%F%=%l/%L - nvim" -- what the title of the window will be set to
   undodir = CACHE_PATH .. "/undo", -- set an undo directory
-  undofile = true, -- enable persisten undo
+  undofile = true, -- enable persistent undo
   updatetime = 300, -- faster completion
   writebackup = false, -- if a file is being edited by another program (or was written to file while editing with another program), it is not allowed to be edited
   expandtab = true, -- convert tabs to spaces