mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
completion tweaks
This commit is contained in:
parent
96a162e9e8
commit
fb7e0a930a
8 changed files with 93 additions and 37 deletions
|
|
@ -11,6 +11,8 @@ with final.pkgs.lib; let
|
|||
};
|
||||
mkNeovim = pkgs.callPackage ./mkNeovim.nix { inherit pkgs-wrapNeovim; };
|
||||
|
||||
mini-nvim-git = mkNvimPlugin inputs.mini-nvim "mini.nvim";
|
||||
|
||||
all-plugins = with pkgs.vimPlugins; [
|
||||
blink-cmp
|
||||
blink-copilot
|
||||
|
|
@ -20,11 +22,11 @@ with final.pkgs.lib; let
|
|||
copilot-lua
|
||||
diffview-nvim
|
||||
eyeliner-nvim
|
||||
friendly-snippets
|
||||
lazy-nvim
|
||||
mini-nvim
|
||||
mini-nvim-git
|
||||
neogit
|
||||
nightfox-nvim
|
||||
nvim-autopairs
|
||||
nvim-lint
|
||||
nvim-lspconfig
|
||||
nvim-treesitter-context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue