multiple updates
updated neovim colour scheme updated password database updated prod homelab
This commit is contained in:
@@ -148,10 +148,20 @@ require('nvim-autopairs').setup{} -- Add this line
|
||||
-- lualine
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
-- theme = 'dracula-nvim',
|
||||
theme = 'onedark',
|
||||
icons_enabled = true,
|
||||
}
|
||||
}
|
||||
|
||||
-- require("dracula").setup{
|
||||
-- }
|
||||
|
||||
-- onedark
|
||||
require('onedark').setup {
|
||||
colors = {
|
||||
blue = "#247ba3"
|
||||
},
|
||||
style = 'darker'
|
||||
}
|
||||
require('onedark').load()
|
||||
|
||||
@@ -58,5 +58,6 @@ return require('packer').startup(function(use)
|
||||
opt = true}
|
||||
}
|
||||
use { 'navarasu/onedark.nvim' }
|
||||
use { 'Mofiqul/dracula.nvim' }
|
||||
|
||||
end)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
local g = vim.g
|
||||
g.t_co = 256
|
||||
g.background = "dark"
|
||||
g.background = "light"
|
||||
|
||||
-- Update the packpath
|
||||
local packer_path = vim.fn.stdpath('config') .. '/site'
|
||||
|
||||
+1
-1
Submodule .config/password-store updated: ce8ae39a2f...df65125d93
Submodule .local/src/ansible-playbooks-prod updated: 0eaf7e5436...ee0bbcd45a
Reference in New Issue
Block a user