migrate nvim config to 0.12.0: vim.pack, ui2, snacks -> mini, just general spring cleaning
This commit is contained in:
parent
d1178fbe59
commit
14b1a9b057
70 changed files with 1081 additions and 1483 deletions
|
|
@ -13,7 +13,7 @@ local function set_python_path(path)
|
|||
client.config.settings = vim.tbl_deep_extend("force", client.config.settings,
|
||||
{ python = { pythonPath = path } })
|
||||
end
|
||||
client.notify("workspace/didChangeConfiguration", { settings = nil })
|
||||
client:notify("workspace/didChangeConfiguration", { settings = nil })
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue