[UPDATED] final state for transfer

This commit is contained in:
Daveanand Mannie
2025-03-27 20:08:22 -04:00
parent 77157babde
commit b2f86bbdf8
2 changed files with 2 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ return {
settings = {
logLevel = "error",
configuration = os.getenv("LOCALAPPDATA") .. "/nvim/ruff.toml",
configurationPreference = "filesystemFirst"
configurationPreference = "filesystemFirst",
},
},
keys = {
@@ -35,7 +35,6 @@ return {
LazyVim.lsp.on_attach(function(client, _)
client.server_capabilities.hoverProvider = true
end, "basedpyright")
vim.api.nvim_set_hl(0, "@lsp.type.decorator.python", { link = "Normal" })
end,
},
},