Compare commits
No commits in common. "940e8f2feaaaa06a948a7f393a51e56bdf763a5c" and "8069fb2f6184824d4e040f56eedabee838336d7a" have entirely different histories.
940e8f2fea
...
8069fb2f61
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
vim.lsp.enable("ty")
|
||||
|
||||
vim.g.lazyvim_python_lsp = ""
|
||||
vim.g.lazyvim_python_lsp = "ty"
|
||||
|
||||
--- Whitespace ---
|
||||
vim.o.expandtab = true
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ return {
|
|||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
ty = { enabled = true },
|
||||
ty = {},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue