e1cf81e0de
vim: add completion with plugin 'hrsh7th/nvim-cmp'
2023-07-09 12:19:19 +02:00
8c65607ffa
vim: add plugin 'neomvim/lspconfig'
2023-07-09 12:18:42 +02:00
a652dda18d
vim: fix plugin dependencies
2023-07-08 22:34:32 +02:00
3e9376bf82
vim: stylistic tweaks
2023-07-08 22:15:37 +02:00
a00e28b031
vim: migrate plugin configuration to lazy.nvim
2023-07-08 21:55:52 +02:00
9611578728
vim: replace packer.nvim with lazy.nvim
2023-07-08 21:51:11 +02:00
117c68c60f
Add Debian setup script
2023-07-07 23:17:07 +02:00
880edd13ff
install: add -y option
2023-07-07 22:33:30 +02:00
69f142aed8
install: require -n to perform dry run
2023-07-07 22:32:59 +02:00
c41b60a78b
vim: rename treesitter parser 'help' -> 'vimdoc'
2023-07-05 21:52:26 +02:00
a7526cc341
nvim: grep for selected text with Telescope
2023-05-05 18:10:42 +02:00
9c536cf2ae
nvim: add mapping to find all files with Telescope
2023-05-05 14:35:37 +02:00
c3be7795d1
nvim: better key bindings for quickfix list
2023-05-05 14:17:20 +02:00
d889b4b8fc
nvim: better key bindings fog tab navigation
2023-05-05 14:17:05 +02:00
dc4875bcec
nvim: remove unused keymaps
2023-05-05 14:12:48 +02:00
6cabb10b31
zsh: don't cause errors if tput
is not available
2023-03-05 01:09:51 +01:00
ebda8d4fa2
zsh: factor out checking for command availability
2023-03-05 01:09:51 +01:00
70bf3b3118
zsh: minor refactors
2023-03-05 01:09:51 +01:00
e46a370e2e
zsh: move environment setup to .zprofile
2023-03-05 01:09:51 +01:00
d196bbb00b
bin: add lock
, a VERY simple encryption tool
2023-03-03 19:20:00 +01:00
9326034ef9
nvim: make nvim-tree on_attach keymaps local to the tree buffer
2023-03-01 11:55:03 +01:00
077ba38381
install: dash
requires at least one variable for read
2023-02-28 21:56:56 +00:00
75d637ac04
nvim: recognize git & ssh configs within the dotfiles tree
2023-02-28 22:43:50 +01:00
f131f81c51
install: remove stow
dependency and reorganize repo
2023-02-28 22:39:51 +01:00
2cbdf5607a
nvim: nvim-tree deprecations: use api and on_attach
2023-02-27 19:01:16 +01:00
2e95a30cd9
zsh: remove aliases I never use
2023-02-26 18:11:51 +01:00
042595f45a
install: don't install neovim plugins
2023-02-26 18:11:23 +01:00
77d189a846
install: fix shellcheck warnings & errors
2023-02-26 17:38:24 +01:00
3cecc0998d
install: make git user name green
2023-02-26 17:27:48 +01:00
53eca95973
install: remove tput
dependency
2023-02-26 17:27:12 +01:00
2b6a5f79c9
ssh: don't hash known hosts
2023-02-24 14:08:22 +01:00
0691011f4d
nvim: link highlight groups: WarningMsg -> Warning
2023-01-31 14:58:31 +01:00
3613f7d61f
nvim: better error handling during packer bootstrap
2023-01-31 14:57:51 +01:00
0264b5b302
git: tweaks to log aliases
2023-01-31 13:36:34 +01:00
ad8dd02a4e
git: add aliases for branches
2023-01-31 13:08:31 +01:00
12217bc70b
nvim: visual tweaks to Telescope
2023-01-31 10:54:08 +01:00
f71510fccb
nvim: color tweaks to Telescope
2023-01-31 10:54:08 +01:00
22836262a3
nvim: remove keymaps that I never use
2023-01-31 10:54:08 +01:00
88fe23f878
Revert "nvim: keymap to move to begin/end of line in command line mode"
...
This reverts commit eedb9b8e2e
.
I hadn't noticed that <c-e> works by default already in command mode and
<c-b> moves the cursor to the beginning of the line. I'll use the
default key bindings.
2023-01-30 19:43:18 +01:00
eedb9b8e2e
nvim: keymap to move to begin/end of line in command line mode
2023-01-30 18:47:36 +01:00
93770849ce
tmux: add bindings to join-pane above and left
2023-01-30 18:36:26 +01:00
feed74234d
tmux: config formatting change
2023-01-30 18:32:24 +01:00
754e846068
tmux: enable focus-events
2023-01-30 18:31:11 +01:00
2d22b82245
nvim: disable 'wrapscan'
2023-01-29 22:44:18 +01:00
55239a2977
nvim: keymap for better search results navigation
2023-01-29 20:43:07 +01:00
95021fe33b
nvim: keymap to improve joining lines
2023-01-29 20:43:07 +01:00
4c51020bac
nvim: improve Telescope man_pages
fix for macOS and FreeBSD
...
This commit makes sure that the fix from 681dd28
is only applied when
running on macOS Ventura (13.0) and upwards (i.e. Darwin >= 22.0) or
FreeBSD.
2023-01-29 20:42:28 +01:00
4b1588f253
nvim: customize most Telescope pickers in the setup() function
...
This is just a refactor to make the code a bit nicer to read.
2023-01-29 15:15:31 +01:00
975dacae4b
Ignore zsh completion cache
2023-01-29 15:14:50 +01:00
681dd280cb
nvim: fix :Telescope man_pages in macOS Ventura
...
See: https://github.com/nvim-telescope/telescope.nvim/issues/2326#issuecomment-1407502328
2023-01-28 23:37:39 +01:00