Remove redundant colorscheme directory
This commit is contained in:
parent
b05e831bd2
commit
aa28e0c8df
3 changed files with 1 additions and 7 deletions
|
@ -37,7 +37,7 @@ opt.splitbelow = true -- split horizontal window to the bottom
|
||||||
opt.swapfile = false
|
opt.swapfile = false
|
||||||
|
|
||||||
-- Add line at 88 symbols
|
-- Add line at 88 symbols
|
||||||
opt.colorcolumn = "88"
|
opt.colorcolumn = "120"
|
||||||
|
|
||||||
-- Obsidian setting fot concealing charachters
|
-- Obsidian setting fot concealing charachters
|
||||||
opt.conceallevel = 0
|
opt.conceallevel = 0
|
||||||
|
|
|
@ -16,9 +16,6 @@ require("lazy").setup({
|
||||||
{
|
{
|
||||||
import = "t0xa.plugins",
|
import = "t0xa.plugins",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
import = "t0xa.plugins.colorschemes",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
import = "t0xa.plugins.lsp",
|
import = "t0xa.plugins.lsp",
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
return {
|
|
||||||
"rebelot/kanagawa.nvim",
|
|
||||||
}
|
|
Loading…
Reference in a new issue