feat: minor changes

This commit is contained in:
Michel 2023-10-16 10:47:37 +02:00
parent 0ae89e817e
commit 955240b790
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ local opt = vim.opt
opt.autowrite = false
opt.clipboard = ""
opt.foldlevelstart = 3
opt.foldlevelstart = 5
opt.foldexpr = "nvim_treesitter#foldexpr()"
opt.foldmethod = "expr"
opt.tabstop = 8

View File

@ -6,9 +6,9 @@ return {
-- add a keymap to browse plugin files
-- stylua: ignore
{
"<leader>fp",
"<leader>fC",
function() require("telescope.builtin").find_files({ cwd = require("lazy.core.config").options.root }) end,
desc = "Find Plugin File",
desc = "Find LazyVim Config File",
},
},