ty or something
This commit is contained in:
parent
eee698f9a8
commit
940e8f2fea
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
vim.lsp.enable("ty")
|
vim.lsp.enable("ty")
|
||||||
|
|
||||||
--vim.g.lazyvim_python_lsp = "ty"
|
vim.g.lazyvim_python_lsp = ""
|
||||||
|
|
||||||
--- Whitespace ---
|
--- Whitespace ---
|
||||||
vim.o.expandtab = true
|
vim.o.expandtab = true
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
ty = {},
|
ty = { enabled = true },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue