mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
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; [
|
||||
# More fancy shit
|
||||
nvim-treesitter
|
||||
@ -6,6 +6,7 @@
|
||||
nvim-lspconfig
|
||||
trouble-nvim
|
||||
rust-vim
|
||||
] ++ lib.optionals (system != "aarch64-linux") [
|
||||
vim-go
|
||||
];
|
||||
programs.neovim.extraConfig = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user