Remove redundant colorscheme directory

This commit is contained in:
pro100ton 2024-11-22 21:22:46 +03:00
parent b05e831bd2
commit aa28e0c8df
3 changed files with 1 additions and 7 deletions

View file

@ -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

View file

@ -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",
}, },

View file

@ -1,3 +0,0 @@
return {
"rebelot/kanagawa.nvim",
}