mirror of https://github.com/wlcx/home.git
shelfpi: make dev, disable non-aarch64 vim plugin
This commit is contained in:
parent
37efe95bc4
commit
d9f98ae96a
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, lib, system, ... }: {
|
||||||
programs.neovim.plugins = with pkgs.vimPlugins; [
|
programs.neovim.plugins = with pkgs.vimPlugins; [
|
||||||
# More fancy shit
|
# More fancy shit
|
||||||
nvim-treesitter
|
nvim-treesitter
|
||||||
|
@ -6,6 +6,7 @@
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
trouble-nvim
|
trouble-nvim
|
||||||
rust-vim
|
rust-vim
|
||||||
|
] ++ lib.optionals (system != "aarch64-linux") [
|
||||||
vim-go
|
vim-go
|
||||||
];
|
];
|
||||||
programs.neovim.extraConfig = ''
|
programs.neovim.extraConfig = ''
|
||||||
|
|
Loading…
Reference in New Issue