summaryrefslogtreecommitdiffstats
path: root/nvim/init.lua
Commit message (Expand)AuthorAgeFilesLines
* fix: rename vim.highlight.on_yank to vim.hl.on_yank (#1482)Omri Sarig2025-05-101-2/+2
* Replace vim.opt with vim.o (#1495)Ori Perry2025-05-101-23/+31
* feat: switch vim-sleuth for guess-indent.nvim (#1512)guru2452025-05-101-1/+1
* Change to Mason's new address (#1516)guru2452025-05-091-2/+2
* feat: switch nvim-cmp for blink.cmp (#1426)Liam Dyer2025-04-091-92/+72
* Remove Telescope `0.1` branch lock (#1448)Dmytro Onypko2025-04-091-1/+0
* Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovi...Theo P.2025-04-091-27/+23
* fix: minor misspellings (#1450)dasvh2025-04-091-1/+1
* feat(keymap): move windows without `<C-w>` (#1368)Sander2025-03-241-0/+6
* changed Conform's format_on_save lambda so that buffers that match disable_fi...RulentWave2025-03-241-7/+5
* nvim: Remove outdated comment about leader keyChristoph Schlosser2025-03-161-1/+0
* nvim: Remove kickstart introChristoph Schlosser2025-03-161-86/+0
* nvim: Set config to enable nerdfontsChristoph Schlosser2025-03-161-1/+1
* nvim: Change leader from space to semicolonChristoph Schlosser2025-03-161-2/+2
* feat: add `vim.opt.confirm = true` (#1384)Crypto-Spartan2025-03-121-0/+5
* Propsed fix for init.lua warnings as per https://github.com/nvim-lua/kickstar...Chris Patti2025-02-191-0/+2
* Remove duplicate cmp-path (#1369)Ari Pollak2025-02-191-1/+0
* fix: regression introduced in df7b409dd2056d720cd2cd939f2dd74e310bf488 (#1367)Jonas Zeltner2025-02-181-2/+15
* Fix: fix the cmp-nvim-lsp-signature-help link (#1363)Aryan Rajoria2025-02-181-1/+1
* feat: add basic function signature help (#1358)Rob2025-02-171-0/+3
* perf: load tokyonight.nvim in the intended way (#1360)Joaquín Guerra2025-02-171-4/+8
* feat(diagnostic): add diagnostic config (#1335)GeloCraft2025-02-171-9/+28
* fix: arguments for the `vim.lsp.Client.supports_method` method (#1356)Jonas Zeltner2025-02-161-2/+2
* docs: clarify using opts = {} vs config = function() ... require('plu… (#1316)bleacheda2025-02-141-3/+13
* Use luals 3rd library for luv (#1303)Diorman Colmenares2025-01-151-2/+1
* chore: remove redundant comment (#1307)Nhan Luu2025-01-151-1/+0
* fix: prevent mason setup from being run twice (#1298)Tomas Gareau2025-01-071-6/+11
* Fix which-key delay settings (#1276)Ryan Jensen2024-12-291-1/+3
* Issue 1249 which key comments (#1263)ben fleis2024-12-121-1/+1
* Use consistent syntax style for { ... } "pseudocode" (#1247)Artem Dragunov2024-12-121-2/+2
* Tweak outdated comment about lazy's `config` key usage. (#1250)ben fleis2024-12-121-3/+2
* fix: which-key comment typo (#1227)Miha2024-11-201-1/+1
* feat: Change to prepare for upcoming deprecation of configuring diagnostic-si...gloomy-lemon-debatable2024-11-201-3/+4
* Remove two because there are more than two. (#1213)Will Winder2024-10-301-1/+1
* Change diagnostic symbols if vim.g.have_nerd_font is true (#1195)gloomy-lemon-debatable2024-10-301-0/+9
* samarth-nagar fix: lazy help tag on line 931 (#1167)sam2024-10-301-1/+5
* feat: update references of tsserver to ts_ls (#1131)Nicolás Baquero2024-09-101-3/+3
* Fix the which-key spec issue caused by recent cleanup (#1113)Damjan 90002024-08-261-10/+10
* cleanup: refactor which-key configuration for cleaner setup (#1102)Ihsan Tonuzi2024-08-261-49/+47
* fix: remove deprecated opt for conform.nvim (#1070)Ihsan Tonuzi2024-08-251-2/+8
* Include visual mode in LSP code action keymap (#1060) (#1064)Bayram Kazik2024-08-241-4/+5
* refactor: update treesitter and which-key config (#1068)Ihsan Tonuzi2024-08-221-14/+46
* Check for loop or uv for lazypath (#1095)Michael L.2024-08-221-1/+1
* Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (#1042)jstrot2024-07-291-0/+3
* Remove treesitter prefer_git option (#1061)jstrot2024-07-291-2/+0
* performance: defer clipboard because xsel and pbcopy can be slow (#1049)abeldekat2024-07-281-1/+4
* refactor: remove lazydev and luvit-meta as lsp dependencies (#1047)Ihsan Tonuzi2024-07-281-15/+16
* Modify conform comments to prevent deprecation warning when used (#1057)Brandon Clark2024-07-281-3/+2
* Remove redundant hlsearch option (#1058)Arvin Verain2024-07-281-2/+2
* Update comment about the toggle inlay hints keymap (#1041)Richard Macklin2024-07-221-1/+1