add treesitter
This commit is contained in:
parent
f70def6feb
commit
a18ebd0d8b
2 changed files with 17 additions and 1 deletions
|
|
@ -1,9 +1,14 @@
|
|||
{ config, lib, ...}: {
|
||||
|
||||
imports = [
|
||||
# General Configuration
|
||||
./settings.nix
|
||||
./keymaps.nix
|
||||
|
||||
|
||||
# Themes
|
||||
./plugins/themes/default.nix
|
||||
|
||||
# Syntax Highlighting
|
||||
./plugins/treesitter/default.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue