Christoph's site
/building
/self-hosting
/musing
/replying
index
:
dots
main
A collection of configuration settings for programs and utility scripts I use.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nvim
/
init.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: arguments for the `vim.lsp.Client.supports_method` method (#1356)
Jonas Zeltner
2025-02-16
1
-2
/
+2
*
docs: clarify using opts = {} vs config = function() ... require('plu… (#1316)
bleacheda
2025-02-14
1
-3
/
+13
*
Use luals 3rd library for luv (#1303)
Diorman Colmenares
2025-01-15
1
-2
/
+1
*
chore: remove redundant comment (#1307)
Nhan Luu
2025-01-15
1
-1
/
+0
*
fix: prevent mason setup from being run twice (#1298)
Tomas Gareau
2025-01-07
1
-6
/
+11
*
Fix which-key delay settings (#1276)
Ryan Jensen
2024-12-29
1
-1
/
+3
*
Issue 1249 which key comments (#1263)
ben fleis
2024-12-12
1
-1
/
+1
*
Use consistent syntax style for { ... } "pseudocode" (#1247)
Artem Dragunov
2024-12-12
1
-2
/
+2
*
Tweak outdated comment about lazy's `config` key usage. (#1250)
ben fleis
2024-12-12
1
-3
/
+2
*
fix: which-key comment typo (#1227)
Miha
2024-11-20
1
-1
/
+1
*
feat: Change to prepare for upcoming deprecation of configuring diagnostic-si...
gloomy-lemon-debatable
2024-11-20
1
-3
/
+4
*
Remove two because there are more than two. (#1213)
Will Winder
2024-10-30
1
-1
/
+1
*
Change diagnostic symbols if vim.g.have_nerd_font is true (#1195)
gloomy-lemon-debatable
2024-10-30
1
-0
/
+9
*
samarth-nagar fix: lazy help tag on line 931 (#1167)
sam
2024-10-30
1
-1
/
+5
*
feat: update references of tsserver to ts_ls (#1131)
Nicolás Baquero
2024-09-10
1
-3
/
+3
*
Fix the which-key spec issue caused by recent cleanup (#1113)
Damjan 9000
2024-08-26
1
-10
/
+10
*
cleanup: refactor which-key configuration for cleaner setup (#1102)
Ihsan Tonuzi
2024-08-26
1
-49
/
+47
*
fix: remove deprecated opt for conform.nvim (#1070)
Ihsan Tonuzi
2024-08-25
1
-2
/
+8
*
Include visual mode in LSP code action keymap (#1060) (#1064)
Bayram Kazik
2024-08-24
1
-4
/
+5
*
refactor: update treesitter and which-key config (#1068)
Ihsan Tonuzi
2024-08-22
1
-14
/
+46
*
Check for loop or uv for lazypath (#1095)
Michael L.
2024-08-22
1
-1
/
+1
*
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (#1042)
jstrot
2024-07-29
1
-0
/
+3
*
Remove treesitter prefer_git option (#1061)
jstrot
2024-07-29
1
-2
/
+0
*
performance: defer clipboard because xsel and pbcopy can be slow (#1049)
abeldekat
2024-07-28
1
-1
/
+4
*
refactor: remove lazydev and luvit-meta as lsp dependencies (#1047)
Ihsan Tonuzi
2024-07-28
1
-15
/
+16
*
Modify conform comments to prevent deprecation warning when used (#1057)
Brandon Clark
2024-07-28
1
-3
/
+2
*
Remove redundant hlsearch option (#1058)
Arvin Verain
2024-07-28
1
-2
/
+2
*
Update comment about the toggle inlay hints keymap (#1041)
Richard Macklin
2024-07-22
1
-1
/
+1
*
Update lazydev config to fix "Undefined field `fs_stat`" LSP error (#1040)
Richard Macklin
2024-07-21
1
-1
/
+11
*
Neovim 0.10 updates (#936)
Vladislav Grechannik
2024-07-21
1
-18
/
+11
*
Fix comment about mini.ai example (#985)
Richard Macklin
2024-07-21
1
-1
/
+1
*
Make conform.nvim be lazy-loadable again (#977)
Vladislav Grechannik
2024-07-21
1
-1
/
+2
*
fix: add required parsers from nvim-treesitter
TJ DeVries
2024-07-17
1
-1
/
+1
*
fix(lazy): added error handling for bootstrap (#1001)
Folke Lemaitre
2024-07-16
1
-1
/
+4
*
which-key v3 update (#1022)
Vladislav Grechannik
2024-07-16
1
-12
/
+8
*
Add diff to treesitter's ensure_installed languages (#908)
Richard Macklin
2024-05-05
1
-1
/
+1
*
Move LspDetach handler near kickstart-lsp-highlight group (#900)
Damjan 9000
2024-05-02
1
-8
/
+8
*
fix: highlight group clear on each attach (#874)
Francis Belanger
2024-04-22
1
-1
/
+1
*
Fix highlight errors when lsp crash or stop (#864)
Francis Belanger
2024-04-22
1
-0
/
+11
*
Fix deprecation notice of inlay hints (#873)
Vladislav Grechannik
2024-04-22
1
-1
/
+1
*
Add a commented out example of the classic complete keymaps. Fixes #866 (#868)
Damjan 9000
2024-04-20
1
-0
/
+6
*
fix: restore Mason config timing for DAP startup (again) (#865)
GameFuzzy
2024-04-19
1
-1
/
+1
*
Add gitsigns recommended keymaps as an optional plugin (#858)
Damjan 9000
2024-04-17
1
-0
/
+6
*
Move plugin examples from README to optional plugin files (#831)
Damjan 9000
2024-04-17
1
-0
/
+2
*
Enable inlay hints for the supporting servers (#843)
Vladislav Grechannik
2024-04-17
1
-0
/
+11
*
Fix: #847 - add prefer_git to treesitter config (#856)
Chris Patti
2024-04-17
1
-0
/
+2
*
Comment about nerd font selection. Fixes #853 (#854)
Damjan 9000
2024-04-17
1
-1
/
+1
*
Don't lazy load conform plugin (#818)
Damjan 9000
2024-03-31
1
-0
/
+1
*
Add a keymap space-f to format buffer using conform (#817)
Damjan 9000
2024-03-31
1
-0
/
+10
*
fix #799 (#800)
Liu Qisheng
2024-03-27
1
-1
/
+1
[next]