python lsp

This commit is contained in:
Never Gude 2026-04-27 19:57:33 +02:00
parent c903813cbc
commit c040534c69
29 changed files with 8 additions and 966 deletions

View file

@ -43,4 +43,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x1ebrblue
SETUVAR fish_pager_color_selected_completion:black\x1e\x2d\x2dbold
SETUVAR fish_pager_color_selected_description:bryellow\x1e\x2d\x2dbold\x1e\x2d\x2ditalics
SETUVAR fish_pager_color_selected_prefix:black\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_user_paths:/home/never/\x2elocal/sioyek\x1e/home/never/\x2elocal/scripts\x1e/usr/local/texlive/2025/bin/x86_64\x2dlinux
SETUVAR fish_user_paths:/home/never/\x2elocal/scripts\x1e/usr/local/texlive/2025/bin/x86_64\x2dlinux

View file

@ -0,0 +1,4 @@
$pdf_previewer='papers %S';
$pdf_mode = 4;
$postscript_mode = $dvi_mode = 0;

View file

@ -347,7 +347,7 @@ window-rule {
window-rule {
match is-floating=true
baba-is-float true
baba-is-float false
}
// Example: block out two password managers from screen capture.

View file

@ -136,9 +136,9 @@ vim.api.nvim_create_autocmd('FileType', {
vim.pack.add({ "https://github.com/mason-org/mason.nvim" })
local mason = require("mason").setup()
require("mason").setup()
vim.lsp.enable({ 'lua_ls', 'texlab', 'clangd', 'jdtls', 'fish_lsp', 'html', 'cssls', 'lemminx' })
vim.lsp.enable({ 'lua_ls', 'texlab', 'clangd', 'jdtls', 'fish_lsp', 'html', 'cssls', 'lemminx', 'pyright' })
vim.keymap.set('n', '<leader>lf', vim.lsp.buf.format,