diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-05 23:48:03 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-05 23:48:03 +0200 |
| commit | 2b2c3a49cf7bb4f3dbeb47adb660a34fd8c1c2ba (patch) | |
| tree | 4688c5d66a75063cc2cba8552744f3850d01a169 | |
| parent | 39fb25fe21e7417021262e51fbb01d8c0c218158 (diff) | |
| download | dotfiles-2b2c3a49cf7bb4f3dbeb47adb660a34fd8c1c2ba.tar.gz dotfiles-2b2c3a49cf7bb4f3dbeb47adb660a34fd8c1c2ba.zip | |
Changed expected_ver to 0.9.0
| -rw-r--r-- | init.lua | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -40,7 +40,7 @@ end -- Check if we have the latest stable version of nvim local utils = require("user.utils") -local expected_ver = "0.8.0" +local expected_ver = "0.9.0" local nvim_ver = utils.get_nvim_version() if nvim_ver ~= expected_ver then @@ -80,11 +80,12 @@ local modules = { "plugins.autopairs", "plugins.null-ls", "plugins.web-devicons", + "plugins.navic", "plugins.zen-mode", "plugins.colorscheme", "plugins.heirline", "plugins.toggleterm", - "plugins.modify-blend", + --"plugins.modify-blend", --"plugins.dap", --"plugins.floatterm", } |
