feat: disable type hints
All checks were successful
Container build / container-build (push) Successful in 3m14s
All checks were successful
Container build / container-build (push) Successful in 3m14s
This commit is contained in:
parent
4c454ed3ef
commit
ee6ffcd31a
6
config/nvim/plugins/lsp.lua
Normal file
6
config/nvim/plugins/lsp.lua
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
"neovim/nvim-lspconfig",
|
||||||
|
opts = {
|
||||||
|
inlay_hints = { enabled = false },
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user