updated lsp version, added copy to clipboard keybind
This commit is contained in:
@ -5,7 +5,8 @@ end
|
||||
|
||||
nvim_navic.setup({
|
||||
lsp = {
|
||||
auto_attach = true
|
||||
auto_attach = true,
|
||||
preference = {"pyright", "pylsp"}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user