fmt: alejandra
This commit is contained in:
parent
a6a7676c4e
commit
537828c2e9
22 changed files with 124 additions and 168 deletions
|
@ -1,6 +1,4 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
{...}: {
|
||||
plugins.bufdelete = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -20,4 +18,3 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
{...}: {
|
||||
plugins.comment = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -30,4 +28,3 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
{...}: {
|
||||
plugins.neo-tree = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -14,4 +12,3 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
# Tree-sitter is a parser generator tool and an incremental parsing library.
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
|
||||
# Options provided to the require('nvim-treesitter.configs').setup function.
|
||||
settings = {
|
||||
highlight = {
|
||||
highlight = {
|
||||
enable = true; # Enable syntax highlighing.
|
||||
};
|
||||
indent = {
|
||||
|
@ -21,4 +19,3 @@
|
|||
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue