You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: init.vim
+1-2
Original file line number
Diff line number
Diff line change
@@ -161,14 +161,13 @@ let g:pydocstring_doq_path = '~/.config/nvim/env/bin/doq'
161
161
162
162
""" Core plugin configuration (lua)
163
163
lua << EOF
164
-
local servers = {
164
+
servers = {
165
165
'pyright',
166
166
--'tsserver', -- uncomment for typescript. See https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md for other language servers
0 commit comments