multiple updates
updated neovim colour scheme updated password database updated prod homelab
This commit is contained in:
parent
be6a92f9b6
commit
dea8cdf6ab
@ -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 @@
|
|||||||
Subproject commit ce8ae39a2f68ef64de957e82af05e49bde9422bf
|
Subproject commit df65125d9338236c5c9a020e9baac270ce57063b
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 0eaf7e54366922c13214a137fb11409f9510dec8
|
Subproject commit ee0bbcd45a8d18b7ffd9be0b30e66c85519e243e
|
||||||
Loading…
Reference in New Issue
Block a user