1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-20 00:37:44 +02:00

Compare commits

..

No commits in common. "f9d8e6c4264a24aeec10b78bc01042fdb62cae6c" and "c5ddcf2da4fdd57fabceb92c0b32b12b0c4a7551" have entirely different histories.

2 changed files with 6 additions and 65 deletions

View File

@ -115,7 +115,6 @@
"volume": -6.499999999999993
},
"plugins_order": [
"stereo_tools#0",
"compressor#0",
"deesser#0",
"filter#0",
@ -129,27 +128,6 @@
"input-gain": 0.0,
"model-path": "",
"output-gain": 0.0
},
"stereo_tools#0": {
"balance-in": 0.22000000000000006,
"balance-out": 0.0,
"bypass": false,
"delay": 0.0,
"input-gain": 0.0,
"middle-level": 0.0,
"middle-panorama": 0.0,
"mode": "LR > MS (Stereo to Mid-Side)",
"mutel": false,
"muter": false,
"output-gain": 0.0,
"phasel": false,
"phaser": false,
"sc-level": 1.0,
"side-balance": 0.0,
"side-level": 0.0,
"softclip": false,
"stereo-base": 0.0,
"stereo-phase": 0.0
}
}
}

View File

@ -16,7 +16,6 @@ return require("lazy").setup({
-- colorscheme
{
'tiyn/tccs.nvim',
lazy = false,
priority = 1000,
config = function()
require('tccs').setup({
@ -45,10 +44,7 @@ return require("lazy").setup({
{
'nvim-lualine/lualine.nvim',
dependencies = {
{
'nvim-tree/nvim-web-devicons',
lazy = true
},
'nvim-tree/nvim-web-devicons',
{
'f-person/git-blame.nvim',
config = function()
@ -327,29 +323,10 @@ return require("lazy").setup({
-- showing color of hex values, etc
{
'nvchad/nvim-colorizer.lua',
'norcalli/nvim-colorizer.lua',
opts = {
filetypes = {
'*',
'!markdown'
},
user_default_options = {
RGB = true,
RRGGBB = true,
RRGGBBAA = true,
AARRGGBB = true,
rgb_fn = true,
hsl_fn = true,
css_fn = true,
mode = "virtualtext",
virtualtext = "",
},
-- all the sub-options of filetypes apply to buftypes
buftypes = {
"*",
"!prompt",
"!popup"
},
'*',
'!markdown'
}
},
@ -358,10 +335,7 @@ return require("lazy").setup({
"nvim-tree/nvim-tree.lua",
cmd = "NvimTreeToggle",
dependencies = {
{
"nvim-tree/nvim-web-devicons",
lazy = true
},
"nvim-tree/nvim-web-devicons",
},
opts = {
sort_by = "case_sensitive",
@ -476,8 +450,6 @@ return require("lazy").setup({
-- additional quote/parantheses funtions
{
'kylechui/nvim-surround',
version = "*",
event = "VeryLazy",
opts = {}
},
@ -507,10 +479,6 @@ return require("lazy").setup({
{
'gelguy/wilder.nvim',
dependencies = {
{
"nvim-tree/nvim-web-devicons",
lazy = true
},
'roxma/nvim-yarp',
'roxma/vim-hug-neovim-rpc',
'romgrk/fzy-lua-native'
@ -621,12 +589,7 @@ return require("lazy").setup({
-- list of errors
{
'folke/trouble.nvim',
dependencies = {
{
'nvim-tree/nvim-web-devicons',
lazy = true
}
},
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {}
},