Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-13 | update deprecated nvim lsp funcs | Daniel Schadt | |
2022-10-20 | fix symbols outline setup | Daniel Schadt | |
2022-06-16 | nvim: small updates to LSP config | Daniel Schadt | |
2022-04-08 | nvim: modernize Ag to Rg | Daniel Schadt | |
I usually use ripgrep anyway. | |||
2022-02-10 | nvim: add trouble & more icons | Daniel Schadt | |
2022-02-05 | nvim: better lsp icons | Daniel Schadt | |
We usually have a font that supports them, so let's use the nice unicode defaults | |||
2022-02-03 | nvim: adjust to new LSP commands | Daniel Schadt | |
2021-11-22 | add neomake, rust-tools and pylsp | Daniel Schadt | |
2021-11-11 | nvim: cleanup config a bit | Daniel Schadt | |
2021-11-11 | nvim: switch from CoC to built-in LSP | Daniel Schadt | |
Just for testing for now, to see how it performs. | |||
2021-09-22 | [neovim] remove obsolete plugs | Daniel Schadt | |
This removes YankRing, which only caused error messages in nvim sometimes?! Also, the fisa colorscheme is being replaced by monokai, which works better in nvim-qt and has been updated (fisa-colorscheme seems to be stale since 2014). It also removes some options related to deoplete and jedi, which were not used anyway and whose function is more or less taken over by coc anyway. | |||
2021-02-27 | [kitty] add kitty config | Daniel Schadt | |
2021-02-13 | tmux: fix global status bar change | Daniel Schadt | |
With -g, we enable/disable the status bar globally, which is not what we want - that would mean that all sessions will start showing the bar if just one session creates a new window. Instead, we do it only for the current session. | |||
2021-02-12 | nvim: add CoC setup | Daniel Schadt | |
2021-02-09 | tmux: enable mouse support | Daniel Schadt | |
2021-02-06 | i3: add alttab daemon for window switching | Daniel Schadt | |
2021-02-06 | add tmux + alacritty | Daniel Schadt | |
2020-10-06 | zsh: remove unused aliases | Daniel Schadt | |
2020-10-06 | nvim: add ,b and mouse bindings | Daniel Schadt | |
2020-03-16 | dunst: add initial dunst configuration | Daniel Schadt | |
2020-03-16 | i3: add rofi/flameshot/dunst | Daniel Schadt | |
2020-01-02 | {zsh] better ssh-agent handling & fzf | Daniel Schadt | |
2020-01-02 | [nvim] latex/rust support, printing support | Daniel Schadt | |
2020-01-02 | [URxvt] update keybinds | Daniel Schadt | |
2017-10-30 | add neovim config | Daniel Schadt | |
2017-10-15 | i3: shortcuts to move workspace between monitors | Daniel Schadt | |
2017-08-05 | add Xresources for urxvt | Daniel Schadt | |
2017-05-25 | spacemacs: fix global line numbers | Daniel Schadt | |
2017-03-02 | zsh: enable line-editing | Daniel Schadt | |
2017-03-02 | spacemacs: add some more layers | Daniel Schadt | |
2016-12-17 | i3: use $mod-y to focus the child | Daniel Schadt | |
2016-12-17 | use fehbg instead of hardcoding the path | Daniel Schadt | |
2016-12-08 | don't set TERM in zshrc | Daniel Schadt | |
This breaks escape sequences, see also https://wiki.archlinux.org/index.php/Home_and_End_keys_not_working > Again, do not set TERM manually - let the terminal do it. | |||
2016-11-09 | spacemacs: add markdown, yaml, java, scala | Daniel Schadt | |
2016-09-01 | spacemacs: add irony as company backend | Daniel Schadt | |
This should provide auto-completion with clang's help. | |||
2016-08-24 | add .spacemacs dotfile | Daniel Schadt | |
2016-08-24 | i3: remove window title bars | Daniel Schadt | |
2016-08-23 | add i3 dotfiles | Daniel Schadt | |
2016-08-22 | add basic dotfiles | Daniel Schadt | |
Dotfiles for zsh, vim and herbstluftwm! |