forked from nvim-lua/kickstart.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 17b856c
Sync fork (#6)
* fix: minor misspellings (nvim-lua#1450)
* fix: minor misspellings
* revert change for `-Bbuild`
* Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovim 0.11 (nvim-lua#1427)
* refactor: change LSP keybindings to the default gr bindings introduced in 0.11
* refactor: modify existing LSP functions to follow convention
* Remove Telescope `0.1` branch lock (nvim-lua#1448)
* feat: switch nvim-cmp for blink.cmp (nvim-lua#1426)
* Change to Mason's new address (nvim-lua#1516)
* feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512)
* Replace vim.opt with vim.o (nvim-lua#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
* don't lazy-load neo-tree so netrw hijacking on startup works (nvim-lua#1489)
* README: mention fd-find in requirements (nvim-lua#1477)
Fixes nvim-lua#1476
* fix: rename vim.highlight.on_yank to vim.hl.on_yank (nvim-lua#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 <[email protected]>
* Update remaining Mason's old address (nvim-lua#1530)
* Initial plugin setup (#1)
This adds a basic layer of plugins. But more language and workflow specific plugins are to follow possibly.
---------
Co-authored-by: dasvh <[email protected]>
Co-authored-by: Theo P. <[email protected]>
Co-authored-by: Dmytro Onypko <[email protected]>
Co-authored-by: Liam Dyer <[email protected]>
Co-authored-by: guru245 <[email protected]>
Co-authored-by: Ori Perry <[email protected]>
Co-authored-by: pynappo <[email protected]>
Co-authored-by: Damjan 9000 <[email protected]>
Co-authored-by: Omri Sarig <[email protected]>
Co-authored-by: Omri Sarig <[email protected]>
Co-authored-by: Carlos Calla Alarcón <[email protected]>1 parent a8349d0 commit 17b856cCopy full SHA for 17b856c
File tree
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changedOpen diff view settings
0 commit comments