mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added guess-indent to nixvim
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user