b70bbbc582
nvim: add plugin 'stevearc/oil.nvim'
2025-06-30 16:05:31 +02:00
1b9dfaaae4
nvim: fix deprecated trouble
commands
2025-06-30 15:12:25 +02:00
264a7f1210
nvim: add descriptions to LSP key bindings
2025-06-27 19:41:50 +02:00
2f2ac372f4
nvim: refactor LSP config
2025-06-27 19:41:50 +02:00
6a43247c4c
nvim: patch built-in LSP functions instead of wrapping them
...
This causes the behavior to be what I expect anytime I call one of these
functions globally.
2025-06-27 19:41:50 +02:00
c5f293d5e2
nvim: add key binding to toggle LSP inlay hints
2025-06-26 21:54:01 +02:00
ebc75de2c3
nvim: Fix LSP configuration for neovim 0.11.x
2025-06-26 21:54:01 +02:00
a8c1fa25b7
nvim: refactor creation of custom indicators for lualine
2025-03-25 21:59:54 +01:00
14a0d8e7d2
nvim: add indicator for diagnostics to lualine
2025-03-25 21:03:16 +01:00
1333d66788
nvim: add more columns in lukas-reineke/virt-column.nvim
2025-03-20 13:38:52 +01:00
7915fc72ce
nvim: use dev version of text-case.nvim
2025-03-18 22:19:19 +01:00
50117b8d09
nvim: tweak trailing whitespace counter in lualine
2025-03-18 17:54:59 +01:00
20e99cbeed
nvim: lsp: disable header insert in clangd
2025-03-17 20:02:08 +01:00
448513ad70
nvim: search all man
section with Telescope
2025-03-05 09:19:59 +01:00
66b9cfd1f0
nvim: don't ensure any LSP servers are installed automatically
2024-08-23 20:26:44 +02:00
84673a04a5
nvim: move module: fschauen.window -> fschauen.util.window
2024-08-01 22:53:44 +02:00
2bc0bfc4da
nvim: minor color tweak to lualine
2024-07-26 00:11:26 +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
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
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
d596908f2c
nvim: enable linter markdownlint
for markdown files
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
80a3ba49ef
nvim: use icons consistently
2024-07-22 21:14:13 +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
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
24fe53f1cc
nvim: fix handling of tabs/spaces for shfmt
formatter
2024-07-19 23:49:47 +02:00
73da48e6e6
nvim: rename builtin formatters for clarity
2024-07-19 22:42:10 +02:00
80136704e7
nvim: fix annoyances with completion key map
2024-07-19 22:37:45 +02:00
cbe4a440f7
nvim: refactor completion key mappings
2024-07-17 23:20:50 +02:00
53f9c5a4d9
nvim: add key maps to toggle previewers (PlantUML and Markdown)
2024-07-17 21:10:20 +02:00
3c558004bf
nvim: remove redundant parameter
...
DuckDuckGo is already set as the default search engine, no need to
specify it again in the key map.
2024-07-17 20:45:40 +02:00
c38b32415b
nvim: remove redundant pass through function definition
2024-07-17 20:45:06 +02:00
e5793203f2
Revert "nvim: fix opening browser with Markdown preview on macOS + Firefox + tmux"
...
This reverts commit 50dfc1efa6
.
It seems that the issue with open(1) was temporary and fixed by
restarting the machine.
2024-07-14 23:52:33 +02:00
8e2b50e034
nvim: add custom icons to Mason
2024-07-14 23:52:23 +02:00
82979b2153
nvim: add plugin 'mfussenegger/nvim-lint'
2024-07-14 23:52:07 +02:00