feat: adds image previewing libraries and remove spaceport

This commit is contained in:
Deepak Mallubhotla 2025-03-28 07:53:07 -05:00
parent 84f2c51848
commit 81a8931936
Signed by: deepak
GPG Key ID: 47831B15427F5A55
2 changed files with 6 additions and 2 deletions

View File

@ -25,6 +25,9 @@ in
pkgs.fd
pkgs.ripgrep
pkgs.just
pkgs.chafa
pkgs.tdf
pkgs.viu
# cli markdown tool
pkgs.glow
@ -178,7 +181,7 @@ in
# custom plugins from flakes
pkgs.customVimPlugins.cmp-vimtex
pkgs.customVimPlugins.spaceport-nvim
# pkgs.customVimPlugins.spaceport-nvim
pkgs.customVimPlugins.nomodoro
pkgs.customVimPlugins.parrot-nvim
pkgs.customVimPlugins.nvim-web-devicons
@ -259,6 +262,7 @@ in
unbind '"'
unbind %
set -s copy-command 'xsel -bi'
bind -N "Change layout" -T prefix % next-layout
bind -N "Horizontal split" -T prefix | split-window -h
bind -N "Vertical split" -T prefix - split-window -v
bind -N "Enter copy mode" -T prefix Space copy-mode

View File

@ -64,7 +64,7 @@
-- load file browser and telescope
${builtins.readFile ./telescope.lua}
${builtins.readFile ./spaceport.lua}
-- $ --{builtins.readFile ./spaceport.lua}
-- color scheme
require("rose-pine").setup({})