NTBBloodbath
4 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
2 changed files with
2 additions and
2 deletions
-
install.sh
-
lua/doom/config/init.lua
|
|
@ -32,7 +32,7 @@ BYellow='\033[1;33m' # Yellow |
|
|
|
# }}} |
|
|
|
|
|
|
|
# Doom Nvim version |
|
|
|
DoomNvimVersion='2.2.0' |
|
|
|
DoomNvimVersion='2.3.0' |
|
|
|
# System OS |
|
|
|
System="$(uname -s)" |
|
|
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
-- License: MIT -- |
|
|
|
---[[---------------------------------------]]--- |
|
|
|
-- Doom Nvim version |
|
|
|
Doom_version = '2.2.0' |
|
|
|
Doom_version = '2.3.0' |
|
|
|
|
|
|
|
-- Check if running Neovim or Vim and fails if: |
|
|
|
-- 1. Running Vim instead of Neovim |
|
|
|