Compare commits

..

No commits in common. "3cad3d2fb03ba1841a275ae56c09ad7e589a2324" and "bf4be1171800fb8a174b1bdc1d16e27a36bbb14f" have entirely different histories.

3 changed files with 0 additions and 11 deletions

View File

@ -16,7 +16,6 @@
sxiv # Image viewer
mupdf # PDF viewer
zathura # PDF viewer
yt-dlp # Video downloader
];
# Set default for opening PDFs

View File

@ -1,9 +0,0 @@
{ pkgs, ... }: {
plugins = [ pkgs.vimPlugins.tabular ];
lua = ''
-- Align
vim.keymap.set("", "<Leader>ta", ":Tabularize /")
vim.keymap.set("", "<Leader>t#", ":Tabularize /#<CR>")
vim.keymap.set("", "<Leader>tl", ":Tabularize /---<CR>")
'';
}

View File

@ -31,7 +31,6 @@
pkgs.neovimBuilder {
package = pkgs.neovim-unwrapped;
imports = [
../config/align.nix
../config/bufferline.nix
../config/completion.nix
../config/gitsigns.nix