Skip to content

Commit

Permalink
bump neovim to 0.9.4 and telepscope.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Nov 4, 2023
1 parent 50c75b4 commit da30991
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ require('lazy').setup({
{
'nvim-lua/plenary.nvim',
lazy = true,
tag = 'v0.1.3'
version = '*'
},
{
'tpope/vim-repeat', -- required by leap.nvim
Expand Down Expand Up @@ -200,7 +200,7 @@ require('lazy').setup({
-- Fuzzy finder
{
'nvim-telescope/telescope.nvim',
tag = '0.1.1',
version = '*',
dependencies = {
'nvim-lua/plenary.nvim',
'otavioschwanck/telescope-alternate.nvim',
Expand Down Expand Up @@ -332,7 +332,7 @@ require('lazy').setup({
},
{
'mvllow/modes.nvim',
tag = 'v0.2.0',
version = '*',
event = { 'CursorMoved', 'CursorMovedI' },
config = require('pluginconfig.modes').setup,
},
Expand Down
2 changes: 1 addition & 1 deletion config/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"plenary.nvim": { "branch": "master", "commit": "253d34830709d690f013daf2853a9d21ad7accab" },
"telescope-alternate.nvim": { "branch": "master", "commit": "8875bb85664986410db52568b7f4c27b568d2b69" },
"telescope-dap.nvim": { "branch": "master", "commit": "313d2ea12ae59a1ca51b62bf01fc941a983d9c9c" },
"telescope.nvim": { "branch": "master", "commit": "c1a2af0af69e80e14e6b226d3957a064cd080805" },
"telescope.nvim": { "branch": "master", "commit": "7011eaae0ac1afe036e30c95cf80200b8dc3f21a" },
"todo-comments.nvim": { "branch": "main", "commit": "09b0b17d824d2d56f02ff15967e8a2499a89c731" },
"vim-better-whitespace": { "branch": "master", "commit": "1b22dc57a2751c7afbc6025a7da39b7c22db635d" },
"vim-illuminate": { "branch": "master", "commit": "a2907275a6899c570d16e95b9db5fd921c167502" },
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/vim/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package 'neovim'
else
http_request "#{default_prefix}/bin/nvim" do
url "https://github.com/neovim/neovim/releases/download/v0.5.0/nvim.appimage"
url "https://github.com/neovim/neovim/releases/download/v0.9.4/nvim.appimage"
user node[:user]
mode "744"
end
Expand Down

0 comments on commit da30991

Please sign in to comment.