1
0
Fork
You've already forked dotfiles
0
No description
  • Emacs Lisp 96.3%
  • Makefile 1.4%
  • JavaScript 1%
  • YASnippet 0.8%
  • Shell 0.5%
tomi c639fdf7a6
updates
emacs:
- adds direnv support
- enable hideshow
- use consult for xref results
- python
 - use ty as language server (no refactoring but better type and movement capabilities)
 - disable flycheck for eglot as the support is not pristine yet with ty
2026年07月02日 13:48:01 +02:00
bin update backups procedures 2025年02月18日 17:23:59 +01:00
dunst add kitty configuration 2024年02月01日 09:44:57 +01:00
emacs updates 2026年07月02日 13:48:01 +02:00
environment.d Enable kde dialog on niri and set default applications 2026年06月02日 21:52:24 +02:00
mpd update emacs mpd and zsh configurations (details below) 2025年12月05日 12:49:09 +01:00
niri hoist mail workspace and fix open on workspaces for chats apps 2026年07月02日 13:26:28 +02:00
thinx/sys/devices/platform/i8042/serio1 feat(thinx): add trackpoint sensitivity 2024年05月18日 17:06:46 +02:00
tpm @99469c4a9b various updates 2023年12月19日 20:41:53 +01:00
.env.template various updates 2023年12月19日 20:41:53 +01:00
.gitconfig.template switch to a variable based global git config 2023年03月28日 11:52:09 +02:00
.gitignore update emacs (details below) 2025年09月30日 11:43:41 +02:00
.gitmodules update emacs config: 2025年01月25日 09:50:47 +01:00
.irbrc updates 2018年05月22日 22:19:17 +02:00
.tmux.conf tmux: disable launching a login shell on session start 2026年06月10日 12:19:33 +02:00
.ycm_extra_conf.py upload new changes 2017年05月19日 15:24:22 +02:00
.zshrc adds pipx configuration 2025年09月29日 10:12:06 +02:00
.zshrc.local updates 2026年07月02日 13:48:01 +02:00
electron-flags.conf various update, see below 2024年10月14日 16:10:20 +02:00
geoclue-agent.service add geoclue service for redshift to find location of device 2023年12月25日 09:01:25 +01:00
gpg-agent.conf gpg: use pinentry gtk instead of qt5 2026年06月10日 12:20:18 +02:00
gpg.conf added drduh gpg conf 2024年10月24日 16:10:08 +02:00
locale.conf add user locale 2023年07月22日 17:11:17 +02:00
Makefile delete all uneeded configuration 2026年05月09日 20:48:28 +02:00
README.org updates 2026年07月02日 13:48:01 +02:00
setup.sh switch to a variable based global git config 2023年03月28日 11:52:09 +02:00

Installing python language server & dependencies

Currently using ty.

First, make sure uv package and project manager is installed.

Then install the language server.

 uv tool install ty