Apply Patch
This commit is contained in:
parent
24dee0bed0
commit
2c6705f028
22 changed files with 18 additions and 17 deletions
|
|
@ -25,7 +25,8 @@ vim.g.maplocalleader = "\\"
|
|||
require("lazy").setup({
|
||||
spec = {
|
||||
-- import your plugins
|
||||
{ import = "plugins" },
|
||||
{ import = "plugins_base" },
|
||||
{ import = "plugins_lsp" },
|
||||
},
|
||||
-- Configure any other settings here. See the documentation for more details.
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
|
|
@ -33,8 +34,8 @@ require("lazy").setup({
|
|||
-- automatically check for plugin updates
|
||||
checker = { enabled = false },
|
||||
|
||||
change_detection = {
|
||||
enabled = false,
|
||||
notify = false
|
||||
}
|
||||
change_detection = {
|
||||
enabled = false,
|
||||
notify = false,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue