Commit graph

542 commits

Author SHA1 Message Date
88ea5719c7 nvim: fix clipboard on WSL 2024-08-23 20:24:57 +02:00
801f0cc7b3 nvim: select diagnostic virtual text severity with custom telescope picker 2024-08-06 01:17:14 +02:00
fdf94be847 nvim: use tabstop = 2 for YAML files 2024-08-05 19:24:46 +02:00
6f6124e2a3 nvim: schedule setting 'clipboard' after UIEnter
Without scheduling, the startup time in WSL is slowed down by over
a second!
2024-08-04 23:23:07 +02:00
3ac248c53d nvim: disable spell check in quickfix windows 2024-08-01 23:03:03 +02:00
84673a04a5 nvim: move module: fschauen.window -> fschauen.util.window 2024-08-01 22:53:44 +02:00
f0011b9eb1 nvim: execute current buffer as lua script by :write and :luafile 2024-08-01 22:45:04 +02:00
62dacd2c04 nvim: add comments to undocumented functions 2024-08-01 22:44:38 +02:00
197ba88d47 nvim: include - in 'iskeyword' for zsh
My zsh functions tend to be dash-case.
2024-07-29 01:55:24 +02:00
2bc0bfc4da nvim: minor color tweak to lualine 2024-07-26 00:11:26 +02:00
e41195a7a7 nvim: icon tweaks 2024-07-26 00:00:02 +02:00
d6a489b221 nvim: better lualine custom components 2024-07-25 23:59:48 +02:00
de3e6518e8 nvim: minor simplification in LSP configuration 2024-07-25 19:37:56 +02:00
44f977d2da nvim: add plugin 'FabijanZulj/blame.nvim' 2024-07-25 01:36:14 +02:00
a69a39fde7 nvim: navigate diagnostics with new keys from neovim 0.10 2024-07-24 22:33:05 +02:00
9fee4373ba nvim: make option toggles not verbose 2024-07-24 22:23:22 +02:00
e814da54a9 nvim: use rg for :grep if installed 2024-07-24 22:16:55 +02:00
c44785f3a7 nvim: dismiss search highlight with <cr> instead of <es> 2024-07-24 22:16:47 +02:00
62d28c5aa0 nvim: add plugin 'danymat/neogen' 2024-07-24 21:17:49 +02:00
f6e6a319a5 nvim: define variables in the narrowest possible scope 2024-07-23 23:09:06 +02:00
e1adca48e0 nvim: factor out autoformat and add indicator to lualine 2024-07-23 22:33:57 +02:00
ca89048a67 nvim: dismiss search highlight with <esc> instead of <leader>h 2024-07-23 11:49:14 +02:00
2a260279e8 nvim: remove obsolete spellings
Also took the opportunity to sort the file.
2024-07-23 08:56:08 +02:00
7f15d314fb nvim: add indicators for 'spell' and 'wrap' to lualine 2024-07-23 01:25:53 +02:00
932b7b0047 nvim: factor out custom lualine components 2024-07-23 01:24:55 +02:00
b87bec08c3 nvim: remove paste component from lualine (paste is deprecated) 2024-07-23 01:24:50 +02:00
b9d60d7078 pre-commit: enable stylua hook 2024-07-22 21:28:31 +02:00
03d52dcf70 nvim: fix indentation for markdown files 2024-07-22 21:14:13 +02:00
d596908f2c nvim: enable linter markdownlint for markdown files 2024-07-22 21:14:13 +02:00
3dae4ffe76 nvim: add spellings 2024-07-22 21:14:13 +02:00
7cd4492f1d nvim: load LSP plugins on :Mason command 2024-07-22 21:14:13 +02:00
04d4f3d002 nvim: fix highlighting from todo-comments 2024-07-22 21:14:13 +02:00
11652303df nvim: use dependencies consistently 2024-07-22 21:14:13 +02:00
139629725f nvim: style change for readability 2024-07-22 21:14:13 +02:00
8dc1dd324a nvim: use opts and config consistently for all plugins 2024-07-22 21:14:13 +02:00
965173484f nvim: style change for readability 2024-07-22 21:14:13 +02:00
aaa3b3236e nvim: use consistent style for lua files 2024-07-22 21:14:13 +02:00
b1361e85a5 nvim: add spellings 2024-07-22 21:14:13 +02:00
80a3ba49ef nvim: use icons consistently 2024-07-22 21:14:13 +02:00
0f6e9fc070 nvim: fix typo in comment 2024-07-21 19:19:05 +02:00
c0d1bd2df8 nvim: disable spell checking for NeogitStatus buffers 2024-07-21 19:12:46 +02:00
608d971a3c nvim: use ftplugin instead of autocmd for NeogitCommitMessage settings 2024-07-21 19:11:52 +02:00
217f0e1796 nvim: minor style fixes 2024-07-21 19:05:17 +02:00
19c3cd9ab8 nvim: use Telescope for text-case instead of default mappings 2024-07-21 01:27:30 +02:00
37aec2fac7 nvim: remove extension configuration from Telescope setup
This makes the Telescope plugin configuration more independent from
extensions. The next step would be to move the `fzf-native` extension to
its own file.
2024-07-21 01:25:46 +02:00
fef06d87b3 nvim: enable matchparen plugin 2024-07-21 01:25:15 +02:00
96dc308f5c nvim: remove legacy option 'pastetoggle' 2024-07-20 22:02:51 +02:00
83c8c8bd28 nvim: add plugin 'lukas-reineke/headlines.nvim' 2024-07-20 01:47:20 +02:00
470543f295 nvim: disable format on write by default 2024-07-20 00:34:00 +02:00
b3c8886304 nvim: enable format on write and add key map to toggle it 2024-07-20 00:21:29 +02:00