|
c30c3a946b
|
nvim: fix deprecated use of vim.validate
|
2025-06-26 22:04:06 +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 |
|
|
f55e1b6951
|
nvim: refactor lualine component for searchcount
|
2025-03-25 21:07:39 +01:00 |
|
|
14a0d8e7d2
|
nvim: add indicator for diagnostics to lualine
|
2025-03-25 21:03:16 +01:00 |
|
|
ff894c77a0
|
nvim: use vim.diagnostic.is_enabled() instead of deprecated vim.diagnostic.is_disabled()
|
2025-03-25 20:41:14 +01:00 |
|
|
1333d66788
|
nvim: add more columns in lukas-reineke/virt-column.nvim
|
2025-03-20 13:38:52 +01:00 |
|
|
e673e66e1b
|
nvim: dismiss search highlight with <leader>h instead of <cr>
|
2025-03-19 21:28:47 +01:00 |
|
|
7915fc72ce
|
nvim: use dev version of text-case.nvim
|
2025-03-18 22:19:19 +01:00 |
|
|
8ff672e509
|
nvim: fix deprecation: vim.loop -> vim.uv
|
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 |
|
|
734c012556
|
nvim: improvements to filetype detection
|
2025-03-05 10:17:28 +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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
0f6e9fc070
|
nvim: fix typo in comment
|
2024-07-21 19:19:05 +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 |
|