mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 06:52:24 +00:00
Compare commits
No commits in common. "3cad3d2fb03ba1841a275ae56c09ad7e589a2324" and "bf4be1171800fb8a174b1bdc1d16e27a36bbb14f" have entirely different histories.
3cad3d2fb0
...
bf4be11718
@ -16,7 +16,6 @@
|
||||
sxiv # Image viewer
|
||||
mupdf # PDF viewer
|
||||
zathura # PDF viewer
|
||||
yt-dlp # Video downloader
|
||||
];
|
||||
|
||||
# Set default for opening PDFs
|
||||
|
@ -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>")
|
||||
'';
|
||||
}
|
@ -31,7 +31,6 @@
|
||||
pkgs.neovimBuilder {
|
||||
package = pkgs.neovim-unwrapped;
|
||||
imports = [
|
||||
../config/align.nix
|
||||
../config/bufferline.nix
|
||||
../config/completion.nix
|
||||
../config/gitsigns.nix
|
||||
|
Loading…
x
Reference in New Issue
Block a user