mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
Added guess-indent to nixvim
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./comment.nix
|
||||
./dap.nix
|
||||
./dashboard.nix
|
||||
./guess-indent.nix
|
||||
./lualine.nix
|
||||
./neotree.nix
|
||||
./telescope.nix
|
||||
./treesitter.nix
|
||||
./comment.nix
|
||||
./lualine.nix
|
||||
./dashboard.nix
|
||||
./neotree.nix
|
||||
./dap.nix
|
||||
];
|
||||
|
||||
programs.nixvim.plugins = {
|
||||
|
||||
Reference in New Issue
Block a user