You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kickstart.nvim/lua/kickstart/plugins
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
1 month ago
..
autopairs.lua feat: switch nvim-cmp for blink.cmp (#1426) 2 months ago
debug.lua Fix nvim-dap not lazy loading (#1216) 7 months ago
gitsigns.lua fix (#1319): gitsigns deprecated functions (#1321) 4 months ago
indent_line.lua rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 1 year ago
lint.lua Replace vim.opt with vim.o (#1495) 1 month ago
neo-tree.lua Enable silent option for default neo-tree plugin keybinding (#1108) 10 months ago