Added mako and removed silicon.nvim
This commit is contained in:
parent
00cd9e986f
commit
fabaa0c157
|
@ -156,7 +156,7 @@ in {
|
|||
bluez
|
||||
wl-clipboard
|
||||
home-manager
|
||||
file
|
||||
file
|
||||
dive # look into docker image layers
|
||||
podman-tui # status of containers in the terminal
|
||||
podman-compose # start group of containers for dev
|
||||
|
|
|
@ -6,6 +6,7 @@ xwayland {
|
|||
|
||||
source=~/.config/local/display.conf
|
||||
exec-once = waybar & waypaper --restore
|
||||
exec-once = mako
|
||||
|
||||
input {
|
||||
kb_layout = se
|
||||
|
|
|
@ -2,6 +2,5 @@ require('vanten.after.treesitter')
|
|||
require('vanten.after.lsp')
|
||||
require('vanten.after.telescope')
|
||||
require('vanten.after.catppuccin')
|
||||
require('vanten.after.silicon')
|
||||
|
||||
vim.keymap.set("n", "<leader>e", vim.cmd.Ex)
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
require('silicon').setup({
|
||||
font = 'RobotoMono Nerd Font=16',
|
||||
theme = 'Monokai Extended',
|
||||
background = '#cba6f7',
|
||||
watermark = {
|
||||
text = ' vanten_s@fedi.vanten-s.com',
|
||||
},
|
||||
line_number = true,
|
||||
pad_vert = 80,
|
||||
pad_horiz = 50,
|
||||
output = {
|
||||
path = "/home/svante/Pictures/Screenshots",
|
||||
format = "silicon_[year][month][day]_[hour][minute][second].png",
|
||||
},
|
||||
window_title = function()
|
||||
return vim.fn.fnamemodify(vim.fn.bufname(vim.fn.bufnr()), ':~:.')
|
||||
end,
|
||||
})
|
|
@ -10,7 +10,6 @@ return {
|
|||
{ 'hrsh7th/nvim-cmp' },
|
||||
{ 'hrsh7th/cmp-vsnip' },
|
||||
{ 'hrsh7th/vim-vsnip' },
|
||||
{ 'krivahtoo/silicon.nvim', build = './install.sh' },
|
||||
{
|
||||
"iamcco/markdown-preview.nvim",
|
||||
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
||||
|
|
Loading…
Reference in a new issue