minor fixes

This commit is contained in:
Jacob Bohanon
2023-08-25 10:57:20 -04:00
parent 762faaef35
commit 8e6f954519
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
vim.api.nvim_set_option('laststatus', 2)
vim.cmd('colorscheme gruvbox')
local themegroup = vim.api.nvim_create_augroup('themegroup', { clear = true })
vim.api.nvim_create_autocmd('ColorScheme', {
@@ -12,3 +10,5 @@ vim.api.nvim_create_autocmd('ColorScheme', {
group = themegroup,
command = "hi NonText guibg=none ctermbg=none",
})
vim.api.nvim_set_option('laststatus', 2)
vim.cmd('colorscheme gruvbox')

View File

@@ -1,4 +1,4 @@
[ "$(which clang-format)" != "" ] && export CLANG_FORMAT=/opt/llvm/bin/clang-format || echo "WARNING: clang-format not installed. Required to push to envoy repo"
[ "$(which buildozer)" != "" ] && export BUILDOZER_BIN=$HOME/.go/go/bin/buildozer || echo "WARNING: buildozer not installed. Required to push to envoy repo"
([ "$(which buildifier)" != "" ] && export BUILDIFIER_BIN=$HOME/.go/go/bin/buildifier) || echo "WARNING: buildifier not installed. Required to push to envoy repo"
[ "$(which buildifier)" != "" ] && export BUILDIFIER_BIN=$HOME/.go/go/bin/buildifier || echo "WARNING: buildifier not installed. Required to push to envoy repo"