mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 13:50:51 +01:00
changed nvim conf
This commit is contained in:
parent
ef0c0d534f
commit
816bd9c84c
1 changed files with 2 additions and 12 deletions
|
@ -1,16 +1,6 @@
|
|||
{ pkgs, home, lib, config, ... }:
|
||||
let
|
||||
cfg = config.luj.programs.neovim;
|
||||
onedarker = pkgs.vimUtils.buildVimPlugin {
|
||||
pname = "onedarker";
|
||||
version = "1.0.0";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "lunarvim";
|
||||
repo = "onedarker.nvim";
|
||||
rev = "b4f92f073ed7cdf0358ad005cee0484411232b1b";
|
||||
sha256 = "sha256-DJGrRkELm3QkH7tZXNNfo/4IXLr7r0vnevzPGG/1K4g=";
|
||||
};
|
||||
};
|
||||
|
||||
in
|
||||
with lib;
|
||||
|
@ -53,8 +43,6 @@ with lib;
|
|||
|
||||
withPython3 = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
#theme
|
||||
onedarker
|
||||
# LSP
|
||||
nvim-lspconfig
|
||||
|
||||
|
@ -65,6 +53,8 @@ with lib;
|
|||
|
||||
nvim-web-devicons
|
||||
|
||||
catppuccin-nvim
|
||||
|
||||
pkgs.unstable.vimPlugins.bufferline-nvim
|
||||
nvim-colorizer-lua
|
||||
pears-nvim
|
||||
|
|
Loading…
Add table
Reference in a new issue