Added back removed plugins
This commit is contained in:
parent
6988bb2719
commit
a9d85b6a80
8 changed files with 124 additions and 95 deletions
|
|
@ -1,6 +1,14 @@
|
|||
{
|
||||
# Import all your configuration modules here
|
||||
imports = [ ./mini.nix ];
|
||||
imports = [
|
||||
./mini.nix
|
||||
./undotree.nix
|
||||
./treesitter-textobjects.nix
|
||||
./treesitter-context.nix
|
||||
./treesitter.nix
|
||||
./lsp-format.nix
|
||||
./lsp.nix
|
||||
];
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue