feat: adds image previewing libraries and remove spaceport
This commit is contained in:
parent
84f2c51848
commit
81a8931936
@ -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
|
||||
|
@ -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({})
|
||||
|
Loading…
x
Reference in New Issue
Block a user