[UPDATED] final state for transfer
This commit is contained in:
@@ -1,16 +1,7 @@
|
|||||||
# Add this function to $PROFILE in powershell
|
header: true
|
||||||
# function lsd {
|
|
||||||
# C:\Users\support\scoop\apps\lsd\current\lsd.exe --config-file C:\Users\support\AppData\Local\nvim\lsd\config.yaml @Args
|
|
||||||
# }
|
|
||||||
layout: tree
|
layout: tree
|
||||||
recursion:
|
recursion:
|
||||||
enabled: true
|
enabled: true
|
||||||
depth: 1
|
depth: 1
|
||||||
total-size: true
|
total-size: true
|
||||||
indicators: true
|
indicators: true
|
||||||
# blocks:
|
|
||||||
# - permission
|
|
||||||
# - size
|
|
||||||
# - date
|
|
||||||
# - name
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ return {
|
|||||||
settings = {
|
settings = {
|
||||||
logLevel = "error",
|
logLevel = "error",
|
||||||
configuration = os.getenv("LOCALAPPDATA") .. "/nvim/ruff.toml",
|
configuration = os.getenv("LOCALAPPDATA") .. "/nvim/ruff.toml",
|
||||||
configurationPreference = "filesystemFirst"
|
configurationPreference = "filesystemFirst",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
@@ -35,7 +35,6 @@ return {
|
|||||||
LazyVim.lsp.on_attach(function(client, _)
|
LazyVim.lsp.on_attach(function(client, _)
|
||||||
client.server_capabilities.hoverProvider = true
|
client.server_capabilities.hoverProvider = true
|
||||||
end, "basedpyright")
|
end, "basedpyright")
|
||||||
vim.api.nvim_set_hl(0, "@lsp.type.decorator.python", { link = "Normal" })
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user