mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
nvim/base16: init
This commit is contained in:
parent
4ce90e54b1
commit
8da6a29bda
3 changed files with 48 additions and 9 deletions
|
|
@ -4,10 +4,9 @@ with final.pkgs.lib; let
|
|||
pkgs = final;
|
||||
|
||||
# Use this to create a plugin from a flake input
|
||||
mkNvimPlugin = src: pname:
|
||||
mkNvimPlugin = pname: version: src:
|
||||
pkgs.vimUtils.buildVimPlugin {
|
||||
inherit pname src;
|
||||
version = src.lastModifiedDate;
|
||||
inherit pname version src;
|
||||
};
|
||||
|
||||
# Make sure we use the pinned nixpkgs instance for wrapNeovimUnstable,
|
||||
|
|
@ -82,8 +81,6 @@ with final.pkgs.lib; let
|
|||
which-key-nvim
|
||||
# Autoformatting
|
||||
conform-nvim
|
||||
# Theme for neovim
|
||||
catppuccin-nvim
|
||||
# QOL Plugin for visuals mostly
|
||||
mini-nvim # https://github.com/echasnovski/mini.nvim/
|
||||
# Debugging
|
||||
|
|
@ -96,6 +93,7 @@ with final.pkgs.lib; let
|
|||
fidget-nvim
|
||||
# Color Highlights
|
||||
nvim-highlight-colors
|
||||
base16-nvim
|
||||
];
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue