Skip to content

Commit

Permalink
update to nvim 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Oct 11, 2023
1 parent 97af59e commit 54ca6d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/plugins.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scriptencoding utf-8

" Plugin specification and lua stuff
lua require('plugins')
lua require('plugin_specs')

" Use short names for common plugin manager commands to simplify typing.
" To use these shortcuts: first activate command line with `:`, then input the
Expand Down
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vim.loader.enable()
local version = vim.version

-- check if we have the latest stable version of nvim
local expected_ver = "0.9.2"
local expected_ver = "0.9.4"
local ev = version.parse(expected_ver)
local actual_ver = version()

Expand Down
File renamed without changes.

0 comments on commit 54ca6d4

Please sign in to comment.