mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Trying to fix nvim plugins
This commit is contained in:
parent
d863e0e539
commit
8ea2f91e2a
5 changed files with 34 additions and 14 deletions
|
|
@ -1,19 +1,9 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
theme = import ./theme;
|
||||
treesitter = import ./treesitter;
|
||||
editing = import ./editing;
|
||||
lsp = import ./lsp;
|
||||
luasnip = import ./luasnip;
|
||||
tools = import ./tools;
|
||||
lazyvim = import ./lazyvim;
|
||||
|
||||
in
|
||||
builtins.concatMap (dir: dir { inherit pkgs lib; }) [
|
||||
theme
|
||||
treesitter
|
||||
editing
|
||||
lsp
|
||||
luasnip
|
||||
tools
|
||||
lazyvim
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue