Commit Graph

388 Commits

Author SHA1 Message Date
jordanyono 1bd862e78b fixing formatter 2025-11-21 16:00:02 -05:00
jordanyono fb6a5bb614 add sql-formatter 2025-11-21 15:41:23 -05:00
jordanyono 68a8adbc25 move h to a 2025-11-21 15:28:32 -05:00
jordanyono b3b3270082 hidden greps 2025-11-20 17:44:45 -05:00
jordanyono 357bbdb942 adding val 2025-11-20 17:30:16 -05:00
jordanyono a8a15331c9 changes 2025-11-04 13:46:45 -05:00
jordanyono f3cadfaf0b woo 2025-10-27 23:59:54 -04:00
jordanyono 6bd14e2537 updates 2025-10-27 23:28:56 -04:00
jordanyono e01be2e14a Merge branch 'master' of https://github.com/jyono/kickstart.nvim 2025-10-21 11:22:13 -04:00
jordanyono 1c6512d227 no write 2025-10-21 11:22:08 -04:00
Jordan Yono c577052c67 nerd font 2025-10-20 06:24:52 -04:00
jordanyono b44766ba67 yayaya 2025-10-16 22:35:33 -04:00
jordanyono d2edadcbe1 fix 2025-10-13 14:04:51 -04:00
jordanyono 70d8b82df2 more treesitting 2025-10-13 13:54:00 -04:00
jordanyono a1f1968cb3 ts configgy 2025-10-09 14:33:19 -04:00
jordanyono c81ec8776f trhing 2025-10-08 11:11:29 -04:00
jordanyono 5f7f4fae24 add gopls 2025-10-08 11:00:42 -04:00
jordanyono 427af219d8 add 2025-10-08 10:46:59 -04:00
jordanyono 99decc9168 add 2025-10-08 10:33:17 -04:00
jordanyono 3fb64a9be1 paste no yank 2025-09-19 15:18:43 -04:00
jordanyono cd9f5a7eb1 blame 2025-09-12 06:46:29 -04:00
jordanyono 37a2b56005 blame 2025-09-12 06:45:15 -04:00
jordanyono 903b0c8b22 blame 2025-09-12 06:43:28 -04:00
jordanyono 2f469766cc update 2025-09-02 16:36:56 -04:00
jordanyono ce74176b29 lock and load 2025-08-18 17:14:00 -04:00
jordanyono 2bddc423c7 neotree 2025-08-12 19:45:04 -04:00
jordanyono 47be0540ec thing 2025-08-04 22:49:05 -04:00
jordanyono 81f2e7c7fd gitsigns 2025-08-04 11:45:50 -04:00
jordanyono e224bba226 thangs 2025-08-04 11:35:21 -04:00
jordanyono e214fab668 add nvim-tree 2025-08-01 15:08:03 -04:00
jordanyono 868feb4383 gd 2025-07-24 13:08:32 -04:00
jordanyono 9bae26dd5a init lua 2025-07-24 12:52:44 -04:00
jordanyono e1aee4bb95 things 2025-07-24 12:33:19 -04:00
jordanyono a26816c422 sync 2025-07-17 10:26:38 -04:00
Carlos Calla Alarcón 3338d39206
Update remaining Mason's old address (#1530) 2025-05-22 17:10:04 -04:00
Omri Sarig 6ba2408cdf
fix: rename vim.highlight.on_yank to vim.hl.on_yank (#1482)
The functions of vim.highlight were renamed to vim.hl on commit
18b43c331d8a0ed87d7cbefe2a18543b8e4ad360 of neovim, which was applied
with the release of nvim version 0.11.

Now, the use of vim.highlight is deprecated, and instead, one should
use vim.hl functions.
In practice, vim.highlight is still working, however, asking for help
for vim.highlight.on_yank fails (E149), while asking for help for
vim.hl.on_yank works as expected. So, by updating the used function, a
new user will have easier time looking getting the relevant help.

Co-authored-by: Omri Sarig <omri.sarig@prevas.dk>
2025-05-10 20:29:04 -04:00
Damjan 9000 f5a9f9cdc6
README: mention fd-find in requirements (#1477)
Fixes #1476
2025-05-10 20:23:54 -04:00
pynappo fb73617653
don't lazy-load neo-tree so netrw hijacking on startup works (#1489) 2025-05-10 20:18:04 -04:00
Ori Perry c92ea7ca97
Replace vim.opt with vim.o (#1495)
* Replace vim.opt with vim.o

Because it offers a nicer interface and info on hover.
For now leave vim.opt when using the table interface (until vim.o
with tables is implemented)

* Add type hint for vim.opt.rtp

* Add a comment about using vim.opt instead of vim.o
2025-05-10 20:16:03 -04:00
guru245 2b2f0f8364
feat: switch vim-sleuth for guess-indent.nvim (#1512) 2025-05-10 20:11:50 -04:00
guru245 76cb865e4f
Change to Mason's new address (#1516) 2025-05-09 19:41:44 -04:00
Liam Dyer d350db2449
feat: switch nvim-cmp for blink.cmp (#1426) 2025-04-09 17:25:57 -04:00
Dmytro Onypko 9929044f24
Remove Telescope `0.1` branch lock (#1448) 2025-04-09 11:05:40 -04:00
Theo P. 1a5787bc57
Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovim 0.11 (#1427)
* refactor: change LSP keybindings to the default gr bindings introduced in 0.11

* refactor: modify existing LSP functions to follow  convention
2025-04-09 11:01:57 -04:00
dasvh 8a5a52f647
fix: minor misspellings (#1450)
* fix: minor misspellings

* revert change for `-Bbuild`
2025-04-09 10:39:17 -04:00
Sander e947649cb0
feat(keymap): move windows without `<C-w>` (#1368) 2025-03-24 15:34:57 -04:00
RulentWave 5e2d7e184b
changed Conform's format_on_save lambda so that buffers that match disable_filetypes return nil. This allows you to enable a formatter for langages in the disable_filetypes table to have a formatter that can be run manually with Leader-f but doesnt enable format_on_save for them (#1395) 2025-03-24 15:33:53 -04:00
Luca Saccarola 2abcb39fae
fix: use correct github abmonition syntax (#1414) 2025-03-20 18:16:35 -04:00
Crypto-Spartan 38f4744e25
feat: add `vim.opt.confirm = true` (#1384) 2025-03-12 17:24:44 -04:00
Chris Patti 34e7d29aa7
Propsed fix for init.lua warnings as per https://github.com/nvim-lua/kickstart.nvim/issues/1305#issuecomment-2657770325 (#1354) 2025-02-19 09:40:16 -05:00