Merge branch 'test_nvim_convert' of github.com:elitherl/vim-config into test_nvim_convert
This commit is contained in:
commit
606f61a11a
|
@ -37,7 +37,7 @@ local lsp_flags = {
|
||||||
debounce_text_changes = 150,
|
debounce_text_changes = 150,
|
||||||
}
|
}
|
||||||
require('lspconfig')['pylsp'].setup{
|
require('lspconfig')['pylsp'].setup{
|
||||||
cmd = {"/home/elitherl/.pyenv/versions/neovim3/bin/pylsp"},
|
cmd = {os.getenv( "HOME" ).."/.pyenv/versions/neovim3/bin/pylsp"},
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
flags = lsp_flags,
|
flags = lsp_flags,
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -50,7 +50,7 @@ require('lspconfig')['pylsp'].setup{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
require('lspconfig')['fortls'].setup{
|
require('lspconfig')['fortls'].setup{
|
||||||
cmd = {"/home/elitherl/.pyenv/versions/neovim3/bin/fortls"},
|
cmd = {os.getenv( "HOME" ).."/.pyenv/versions/neovim3/bin/fortls"},
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
flags = lsp_flags,
|
flags = lsp_flags,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue