Update neovim keybindings & setup ruff lsp

This commit is contained in:
Sonny Bakker 2024-08-23 07:55:15 +02:00
parent f817379950
commit a458963ff0
3 changed files with 45 additions and 17 deletions

View file

@ -36,7 +36,7 @@ aur_build_dir: '/usr/local/src'
python_build_dir: '/usr/local/src'
python_install_dir: '/opt'
# Note that the "python-lsp-server", "python-lsp-ruff" and "neovim" python
# Note that the "python-lsp-server" and "neovim" python
# packages should be installed to the corresponding virtualenv as well.
language_servers:
- {
@ -79,6 +79,11 @@ language_servers:
server_name: 'lua_ls',
auto_setup: true
}
- {
package: ruff-lsp,
server_name: 'ruff_lsp',
auto_setup: false
}
python_download_url: 'https://www.python.org/ftp/python'
python_versions: