This website requires JavaScript.
Explore
Help
Sign in
max
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
1
Releases
Packages
Wiki
Activity
Actions
b9a7950c96
dotfiles
/
home
/
dot_config
/
nvim
/
lua
/
plugins
/
lsp.lua
13 lines
131 B
Lua
Raw
Normal View
History
Unescape
Escape
Use lazyvim
2024-10-08 12:37:20 +01:00
-- Configure LSP
return
{
{
"
neovim/nvim-lspconfig
"
,
opts
=
{
servers
=
{
Use ty for linting
2025-06-09 13:58:14 +01:00
ty
=
{
}
,
Use lazyvim
2024-10-08 12:37:20 +01:00
}
,
}
,
}
,
}
Reference in a new issue
Copy permalink