mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 01:30:53 +02: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, ... }:
|
{ pkgs, home, lib, config, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.luj.programs.neovim;
|
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
|
in
|
||||||
with lib;
|
with lib;
|
||||||
|
@ -53,8 +43,6 @@ with lib;
|
||||||
|
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
#theme
|
|
||||||
onedarker
|
|
||||||
# LSP
|
# LSP
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
|
|
||||||
|
@ -65,6 +53,8 @@ with lib;
|
||||||
|
|
||||||
nvim-web-devicons
|
nvim-web-devicons
|
||||||
|
|
||||||
|
catppuccin-nvim
|
||||||
|
|
||||||
pkgs.unstable.vimPlugins.bufferline-nvim
|
pkgs.unstable.vimPlugins.bufferline-nvim
|
||||||
nvim-colorizer-lua
|
nvim-colorizer-lua
|
||||||
pears-nvim
|
pears-nvim
|
||||||
|
|
Loading…
Add table
Reference in a new issue