feat: minor changes
This commit is contained in:
parent
0ae89e817e
commit
955240b790
@ -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
|
||||
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user