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
|
-- lualine
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
|
-- theme = 'dracula-nvim',
|
||||||
theme = 'onedark',
|
theme = 'onedark',
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- require("dracula").setup{
|
||||||
|
-- }
|
||||||
|
|
||||||
-- onedark
|
-- onedark
|
||||||
|
require('onedark').setup {
|
||||||
|
colors = {
|
||||||
|
blue = "#247ba3"
|
||||||
|
},
|
||||||
|
style = 'darker'
|
||||||
|
}
|
||||||
require('onedark').load()
|
require('onedark').load()
|
||||||
|
|||||||
@@ -58,5 +58,6 @@ return require('packer').startup(function(use)
|
|||||||
opt = true}
|
opt = true}
|
||||||
}
|
}
|
||||||
use { 'navarasu/onedark.nvim' }
|
use { 'navarasu/onedark.nvim' }
|
||||||
|
use { 'Mofiqul/dracula.nvim' }
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
local g = vim.g
|
local g = vim.g
|
||||||
g.t_co = 256
|
g.t_co = 256
|
||||||
g.background = "dark"
|
g.background = "light"
|
||||||
|
|
||||||
-- Update the packpath
|
-- Update the packpath
|
||||||
local packer_path = vim.fn.stdpath('config') .. '/site'
|
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