[UPDATED]
This commit is contained in:
@@ -18,7 +18,7 @@ require("lazy").setup({
|
||||
-- add LazyVim and import its plugins
|
||||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
{ import = "plugins" },
|
||||
{ import = "plugins.langs"},
|
||||
{ import = "plugins.langs" },
|
||||
},
|
||||
defaults = {
|
||||
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
|
||||
@@ -29,7 +29,7 @@ require("lazy").setup({
|
||||
version = false, -- always use the latest git commit
|
||||
-- version = "*", -- try installing the latest stable version for plugins that support semver
|
||||
},
|
||||
checker = { enabled = false}, -- automatically check for plugin updates
|
||||
checker = { enabled = false }, -- automatically check for plugin updates
|
||||
performance = {
|
||||
rtp = {
|
||||
-- disable some rtp plugins
|
||||
|
||||
@@ -106,7 +106,7 @@ return {
|
||||
opts = {
|
||||
settings = {
|
||||
search = {
|
||||
-- windows escaping sucks
|
||||
-- windows escaping sucks
|
||||
cwd = { command = "$FD Scripts//python.exe$ $CWD --full-path --color never -HI -a -L" },
|
||||
},
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user