mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-20 08:37:49 +02:00
Compare commits
No commits in common. "f9d8e6c4264a24aeec10b78bc01042fdb62cae6c" and "c5ddcf2da4fdd57fabceb92c0b32b12b0c4a7551" have entirely different histories.
f9d8e6c426
...
c5ddcf2da4
@ -115,7 +115,6 @@
|
|||||||
"volume": -6.499999999999993
|
"volume": -6.499999999999993
|
||||||
},
|
},
|
||||||
"plugins_order": [
|
"plugins_order": [
|
||||||
"stereo_tools#0",
|
|
||||||
"compressor#0",
|
"compressor#0",
|
||||||
"deesser#0",
|
"deesser#0",
|
||||||
"filter#0",
|
"filter#0",
|
||||||
@ -129,27 +128,6 @@
|
|||||||
"input-gain": 0.0,
|
"input-gain": 0.0,
|
||||||
"model-path": "",
|
"model-path": "",
|
||||||
"output-gain": 0.0
|
"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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,6 @@ return require("lazy").setup({
|
|||||||
-- colorscheme
|
-- colorscheme
|
||||||
{
|
{
|
||||||
'tiyn/tccs.nvim',
|
'tiyn/tccs.nvim',
|
||||||
lazy = false,
|
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require('tccs').setup({
|
require('tccs').setup({
|
||||||
@ -45,10 +44,7 @@ return require("lazy").setup({
|
|||||||
{
|
{
|
||||||
'nvim-lualine/lualine.nvim',
|
'nvim-lualine/lualine.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
|
||||||
'nvim-tree/nvim-web-devicons',
|
'nvim-tree/nvim-web-devicons',
|
||||||
lazy = true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'f-person/git-blame.nvim',
|
'f-person/git-blame.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
@ -327,29 +323,10 @@ return require("lazy").setup({
|
|||||||
|
|
||||||
-- showing color of hex values, etc
|
-- showing color of hex values, etc
|
||||||
{
|
{
|
||||||
'nvchad/nvim-colorizer.lua',
|
'norcalli/nvim-colorizer.lua',
|
||||||
opts = {
|
opts = {
|
||||||
filetypes = {
|
|
||||||
'*',
|
'*',
|
||||||
'!markdown'
|
'!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"
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -358,10 +335,7 @@ return require("lazy").setup({
|
|||||||
"nvim-tree/nvim-tree.lua",
|
"nvim-tree/nvim-tree.lua",
|
||||||
cmd = "NvimTreeToggle",
|
cmd = "NvimTreeToggle",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
|
||||||
"nvim-tree/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
lazy = true
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
sort_by = "case_sensitive",
|
sort_by = "case_sensitive",
|
||||||
@ -476,8 +450,6 @@ return require("lazy").setup({
|
|||||||
-- additional quote/parantheses funtions
|
-- additional quote/parantheses funtions
|
||||||
{
|
{
|
||||||
'kylechui/nvim-surround',
|
'kylechui/nvim-surround',
|
||||||
version = "*",
|
|
||||||
event = "VeryLazy",
|
|
||||||
opts = {}
|
opts = {}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -507,10 +479,6 @@ return require("lazy").setup({
|
|||||||
{
|
{
|
||||||
'gelguy/wilder.nvim',
|
'gelguy/wilder.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
|
||||||
"nvim-tree/nvim-web-devicons",
|
|
||||||
lazy = true
|
|
||||||
},
|
|
||||||
'roxma/nvim-yarp',
|
'roxma/nvim-yarp',
|
||||||
'roxma/vim-hug-neovim-rpc',
|
'roxma/vim-hug-neovim-rpc',
|
||||||
'romgrk/fzy-lua-native'
|
'romgrk/fzy-lua-native'
|
||||||
@ -621,12 +589,7 @@ return require("lazy").setup({
|
|||||||
-- list of errors
|
-- list of errors
|
||||||
{
|
{
|
||||||
'folke/trouble.nvim',
|
'folke/trouble.nvim',
|
||||||
dependencies = {
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
{
|
|
||||||
'nvim-tree/nvim-web-devicons',
|
|
||||||
lazy = true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
opts = {}
|
opts = {}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user