fbae8f83fc
vim: move globals to their own file
2022-10-12 21:52:12 +02:00
e1bd1a7051
vim: add PP() global for pretty printing
2022-10-12 21:50:20 +02:00
3711e4c143
vim: simplify option setting
2022-10-12 21:49:02 +02:00
c40996d2c7
vim: remove plugin 'elzr/vim-json'
2022-10-12 13:30:09 +02:00
5b07394bdd
vim: update spellings
2022-10-12 12:50:28 +02:00
69fd9edcb8
vim: tweak mappings for nvim-tree
2022-10-12 12:49:49 +02:00
29ebc116cc
alacritty: set starting window size (rows x cols)
2022-10-12 12:04:39 +02:00
856391f76b
alacritty: darken the background color
...
This makes the alacritty configuration consistent with my color scheme
elsewhere.
2022-10-12 11:56:27 +02:00
c1b8658ad4
alacritty: use patched NerdFont SauceCodePro
2022-10-12 11:55:27 +02:00
672d8cb6d1
alacritty: fix outdated configuration (window opacity)
2022-10-12 11:54:40 +02:00
cc09fd9bd9
Add italic support to the TERMINFO database
2022-10-12 11:52:52 +02:00
9f7e55bd96
vim: make it easier to work on my plugin
2022-10-11 22:26:36 +02:00
f5f0a0cb4b
vim: prevent errors if colorscheme is not yet installed
2022-10-11 22:25:06 +02:00
1bb221ea3e
vim: extract the solarized
colorscheme into a plugin
2022-10-11 19:48:15 +02:00
4b58f5ec3d
vim: re-enable markdown highlighting via treesitter
2022-10-11 19:34:42 +02:00
2d62bd0b6e
vim: make lualine configuration independent of fs.util
2022-10-11 14:32:58 +02:00
c764d61737
vim: disable treesitter highlighting for markdown files
2022-10-11 13:56:37 +02:00
c580fb820a
vim: add treesitter query parser
2022-10-11 13:52:55 +02:00
18feea6710
vim: enable 'markdown_inline' parser in nvim-treesitter
2022-10-10 21:26:50 +02:00
def6d4375c
vim: simplify lualine
configuration
2022-10-10 21:17:18 +02:00
b5bebc2db6
vim: make a proper lualine
theme and support light background
2022-10-10 21:08:26 +02:00
b17f89a14b
vim: turn my custom solarized theme into a proper nvim colorscheme
2022-10-10 20:17:11 +02:00
d77a2fc0c8
vim: remove plugin colorbuddy
2022-10-10 20:15:18 +02:00
4aeb04de29
bin: add Base04 and Base4 to colortest
2022-10-10 20:13:05 +02:00
6b19e4587f
tmux: enable italic support
2022-10-10 10:32:46 +02:00
5660e9c2dd
vim: use s
(mnemonic: show) for treesitter mapings
...
This frees up <leader>t as a prefix for testing mappings later on.
2022-10-10 10:05:18 +02:00
0ebf5a6e88
vim: remove unused plugin rainbow_parentheses
2022-10-10 10:04:06 +02:00
5196475113
vim: start using treesitter
2022-10-07 18:05:07 +02:00
f41a8a426e
vim: use 2 spaces for indentation in Markdown files
2022-10-07 12:08:45 +02:00
9a83027d39
vim: minor tweak of how packer
is loaded
2022-10-07 08:52:29 +02:00
807d27f2d9
vim: fix hiding .git/ in nvim-tree
2022-10-05 23:54:22 +02:00
53d9de2c07
vim: configure colorbuddy and lualine via after/plugin
2022-10-05 17:03:46 +02:00
c4495a5e6c
vim: add vim-visual-multi
plugin for multiple cursors
2022-10-05 14:35:52 +02:00
861c13b7bd
vim: clean up old mapping functions
2022-10-05 00:09:33 +02:00
9011cadd56
vim: only execute config if respective plugin is installed
2022-10-04 23:58:56 +02:00
ca271dd50c
vim: move configs to after/plugin/*.lua -> less packer dependence
2022-10-04 23:40:53 +02:00
89d7683edc
vim: add more patters to tabular
2022-10-04 21:52:16 +02:00
bb59168c52
vim: fix tabular
configuration via packer
2022-10-04 21:51:32 +02:00
e43563fdf3
vim: add first_comma pattern to tabular
2022-10-04 13:43:03 +02:00
fa07d7f405
vim: add markdown support to my solarized theme
2022-10-04 13:42:36 +02:00
52135761d5
vim: remove plugin 'plasticboy/vim-markdown'
2022-10-04 13:31:29 +02:00
370bce273b
vim: tweaks to Telescope icons
2022-10-04 13:28:47 +02:00
38173a4577
vim: indent zsh
files with 2 spaces
2022-10-04 10:36:44 +02:00
c251c81fec
vim: add keymap for Telescope live_grep
2022-10-04 10:22:41 +02:00
8e3631afa7
vim: add keymap for Telescope keymaps
2022-10-04 09:54:04 +02:00
a3dd1908e5
vim: better vim-fugitive key bindings
2022-09-28 23:04:29 +02:00
a7213a1897
vim: make line numbers more visible
2022-09-28 23:04:02 +02:00
38476f668c
vim: add feedback for lua executor
...
This is useful when executing lines that produce no output, so I have
some confidence that something actually happened when pressing the key
bindings.
I am printing the message before executing the command because otherwise
this feedback would shadow the output of the command being executed
(which I am presumably interested in and would serve itself as
feedback).
2022-09-28 23:01:12 +02:00
8cb0e94698
env: fix shellcheck
errors and warnings
2022-09-28 13:12:44 +02:00
210978ab8f
env: only set DISPLAY on WSL if an Xserver is reachable
...
Neovim always uses `xclip` as the clipboard provider if DISPLAY is set.
Therefore, if we set it unconditionally, `xclip` hangs while trying to
reach the server if this hasn't been started, causing all sorts of
chaos.
2022-09-28 13:02:49 +02:00