From fcac22b2cefbd0ef62aa1f25d371ffee1b883bd5 Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Sat, 26 Oct 2024 22:55:54 -0400 Subject: [PATCH] [UPDATED] --- lua/config/lazy.lua | 4 ++-- lua/plugins/langs/python.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index c0cf387..f513604 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -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 diff --git a/lua/plugins/langs/python.lua b/lua/plugins/langs/python.lua index ed4b2e2..30f9ea2 100644 --- a/lua/plugins/langs/python.lua +++ b/lua/plugins/langs/python.lua @@ -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 = {