A launch point for your personal nvim configuration
COMMITS
/ init.lua March 20, 2026
O
Auto install treesitter parsers when opening a file
Ori Perry committed
O
Refactor treesitter attach code
Ori Perry committed
March 10, 2026
O
Merge pull request #1928 from nathanzeng/fix-lsp-blink-dependency
Ori Perry committed
March 8, 2026
N
Remove blink from nvim-lspconfig dependencies
Nathan Zeng committed
March 7, 2026
N
Clarify gitsigns keymap for which-key
Nathan Zeng committed
February 28, 2026
O
Add underline for warnings
Ori Perry committed
O
Improve undofile comment
Ori Perry committed
February 27, 2026
O
Don't extend lsp capabilities because blink does it internally
Ori Perry committed
O
Add treesitter indentation
Ori Perry committed
O
Attach treesitter using language name instead of filetype
Ori Perry committed
O
Add 'gr' group to which-keys
Ori Perry committed
O
Clean up the lua_ls config
Ori Perry committed
O
Re-add mason-lspconfig
Ori Perry committed
April 26, 2025
O
Add type hints to plugin options where possible
orip committed
January 27, 2026
T
fix: continue cleaning up docs and config
TJ DeVries committed
T
fix: trimming down config and updating stylua
TJ DeVries committed
F
feat(grep-string): works with visual selection too (#1605)
Francesc Elies committed
T
fix: simplify diagnostic config
TJ DeVries committed
T
feat: move Telescope config to be contained by plugin (#1843)
TJ DeVries committed
D
chore: fix help tag (#1671)
Derrek committed
R
feat: add Telescope binding for searching through commands (#1675)
rheia475 committed
T
fix: remove deprecated methods
TJ DeVries committed
T
fix: call setup on guess indent
TJ DeVries committed
E
fix: adjust after 'mini.nvim' transfer to 'nvim-mini' org (#1713)
Evgeni Chasnovski committed
T
fix: remove mason-lspconfig, we do not need it anymore
TJ DeVries committed
T
maybe: seeing if we can get away without lazydev and just doing simpler setup
TJ DeVries committed
T
fix: as far as i can tell i updated to the right tree sitter stuff
TJ DeVries committed
Y
update: remove client_supports_method (#1810)
Yassine Zouggari committed
A
fix: update main module reference for nvim-treesitter (#1832)
Advin Suryavanshi committed
May 11, 2025
O
fix: rename vim.highlight.on_yank to vim.hl.on_yank (#1482)
Omri Sarig committed
O
Replace vim.opt with vim.o (#1495)
Ori Perry committed
G
feat: switch vim-sleuth for guess-indent.nvim (#1512)
guru245 committed
May 9, 2025
G
Change to Mason's new address (#1516)
guru245 committed
April 9, 2025
L
feat: switch nvim-cmp for blink.cmp (#1426)
Liam Dyer committed
D
Remove Telescope `0.1` branch lock (#1448)
Dmytro Onypko committed
T
D
fix: minor misspellings (#1450)
dasvh committed
March 24, 2025
S
feat(keymap): move windows without `<C-w>` (#1368)
Sander committed
March 12, 2025
C
feat: add `vim.opt.confirm = true` (#1384)
Crypto-Spartan committed
February 19, 2025
C
A
Remove duplicate cmp-path (#1369)
Ari Pollak committed
February 18, 2025
J
fix: regression introduced in db78c0b217fd9525e2cbcbffd18abbbbddc75b2e (#1367)
Jonas Zeltner committed
A
Fix: fix the cmp-nvim-lsp-signature-help link (#1363)
Aryan Rajoria committed
R
feat: add basic function signature help (#1358)
Rob committed
J
perf: load tokyonight.nvim in the intended way (#1360)
Joaquín Guerra committed
February 17, 2025
G
feat(diagnostic): add diagnostic config (#1335)
GeloCraft committed
J
fix: arguments for the `vim.lsp.Client.supports_method` method (#1356)
Jonas Zeltner committed
February 15, 2025
B
docs: clarify using opts = {} vs config = function() ... require('plu… (#1316)
bleacheda committed