mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
plugins/languages: move to by-name
This commit is contained in:
parent
9d323f3ec7
commit
b1d0959bc9
71 changed files with 19 additions and 36 deletions
|
@ -1,26 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
empty = {
|
||||
plugins.glow.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.glow = {
|
||||
enable = true;
|
||||
|
||||
glowPackage = pkgs.glow;
|
||||
|
||||
settings = {
|
||||
glow_path.__raw = "vim.fn.exepath('glow')";
|
||||
install_path = "~/.local/bin";
|
||||
border = "shadow";
|
||||
style = "dark";
|
||||
pager = false;
|
||||
width = 80;
|
||||
height = 100;
|
||||
width_ratio = 0.7;
|
||||
height_ratio = 0.7;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue