mirror of
https://github.com/wlcx/home.git
synced 2026-09-09 17:58:22 +01:00
nixfmt everything
This commit is contained in:
+9
-10
@@ -1,14 +1,13 @@
|
||||
{ pkgs, lib, system, ... }: {
|
||||
programs.neovim.plugins = with pkgs.vimPlugins; [
|
||||
# More fancy shit
|
||||
nvim-treesitter
|
||||
# Language stuff
|
||||
nvim-lspconfig
|
||||
trouble-nvim
|
||||
rust-vim
|
||||
] ++ lib.optionals (system != "aarch64-linux") [
|
||||
vim-go
|
||||
];
|
||||
programs.neovim.plugins = with pkgs.vimPlugins;
|
||||
[
|
||||
# More fancy shit
|
||||
nvim-treesitter
|
||||
# Language stuff
|
||||
nvim-lspconfig
|
||||
trouble-nvim
|
||||
rust-vim
|
||||
] ++ lib.optionals (system != "aarch64-linux") [ vim-go ];
|
||||
programs.neovim.extraConfig = ''
|
||||
lua <<EOF
|
||||
${builtins.readFile ./dev.lua}
|
||||
|
||||
Reference in New Issue
Block a user