Remove old statubar setup & install python-lsp-server globablly

This commit is contained in:
Sonny Bakker 2025-01-03 20:00:58 +01:00
parent f61a044c86
commit 9183c29751
2 changed files with 7 additions and 5 deletions

View file

@ -51,13 +51,9 @@ vim.o.cursorline = true
-- theme related
vim.o.termguicolors = true
-- enable statusbar
vim.o.laststatus = 2
vim.o.statusline = ' %F %m%r%w %= %{hostname()} %{strlen(&ft)?&ft:"none"} %{(&bomb?",BOM":"")} %{&ff} %l/%L %c %P'
-- use a dedicated file explorer
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- python interpreter
vim.g.python3_host_prog = './env/bin/python'
vim.g.python3_host_prog = '/usr/bin/python3'

View file

@ -6,6 +6,7 @@ packages:
- git
- vim
- neovim
- python-pynvim
- wl-clipboard
- npm
- docker
@ -90,6 +91,11 @@ language_servers:
server_name: 'pyright',
auto_setup: false
}
- {
package: python-lsp-server,
server_name: 'pylsp',
auto_setup: false
}
python_download_url: 'https://www.python.org/ftp/python'
python_versions: