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; [
|
||||
# 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…
Reference in New Issue