Added guess-indent to nixvim

This commit is contained in:
2025-06-19 08:17:07 +02:00
parent 9d25a26cd9
commit 0d3d6d5d3a

View File

@@ -1,13 +1,14 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./comment.nix
./dap.nix
./dashboard.nix
./guess-indent.nix
./lualine.nix
./neotree.nix
./telescope.nix ./telescope.nix
./treesitter.nix ./treesitter.nix
./comment.nix
./lualine.nix
./dashboard.nix
./neotree.nix
./dap.nix
]; ];
programs.nixvim.plugins = { programs.nixvim.plugins = {