bunch of stuff idk
This commit is contained in:
parent
658c50336c
commit
d40ae0140e
13 changed files with 56 additions and 18 deletions
|
@ -1,6 +1,5 @@
|
|||
return {
|
||||
'JosefLitos/colorizer.nvim',
|
||||
event = { "BufNew" },
|
||||
opts = {
|
||||
filetypes = { '*' },
|
||||
},
|
||||
|
|
|
@ -7,9 +7,6 @@ return {
|
|||
config = function ()
|
||||
local lualine = require("lualine")
|
||||
local lazy_status = require("lazy.status")
|
||||
local gitsigns = require("gitsigns")
|
||||
|
||||
|
||||
|
||||
lualine.setup({
|
||||
sections = {
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
return {
|
||||
'folke/tokyonight.nvim',
|
||||
priority = 1000,
|
||||
'AlphaTechnolog/pywal.nvim',
|
||||
config = function ()
|
||||
require('tokyonight').setup({
|
||||
style = 'night',
|
||||
on_colors = function () end,
|
||||
on_highlights = function () end,
|
||||
})
|
||||
vim.cmd('colorscheme tokyonight')
|
||||
vim.cmd('colorscheme pywal')
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue