Skip to content

Commit

Permalink
chore(vim): bump vim-tabby plugin version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes committed Oct 17, 2024
1 parent f362d06 commit de38b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/vim/autoload/tabby.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if exists('g:autoloaded_tabby')
endif
let g:autoloaded_tabby = 1

let g:tabby_version = "2.0.0-dev"
let g:tabby_version = "2.0.0"

function! tabby#Setup()
call tabby#lsp#Setup()
Expand Down

0 comments on commit de38b81

Please sign in to comment.