mirror of
https://github.com/wlcx/home.git
synced 2026-09-09 17:58:22 +01:00
shelfpi: make dev, disable non-aarch64 vim plugin
This commit is contained in:
+2
-1
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user