chore: remove lsp.folders module
This commit is contained in:
parent
06489e1075
commit
2ffef85e64
17 changed files with 64 additions and 301 deletions
|
|
@ -1,3 +1,11 @@
|
|||
local M = { "ethanholz/nvim-lastplace" }
|
||||
|
||||
M.config = function()
|
||||
require("nvim-lastplace").setup({
|
||||
lastplace_ignore_buftype = { "quickfix", "nofile", "help" },
|
||||
lastplace_ignore_filetype = { "gitcommit", "gitrebase", "svn", "hgcommit" },
|
||||
lastplace_open_folds = true,
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue