initial commit: moved out of nix repository
This commit is contained in:
commit
f4ea68f9fa
19 changed files with 804 additions and 0 deletions
22
config/options.nix
Normal file
22
config/options.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
opts = {
|
||||
number = true;
|
||||
};
|
||||
|
||||
globals.mapleader = " ";
|
||||
|
||||
performance.byteCompileLua = {
|
||||
enable = true;
|
||||
nvimRuntime = true;
|
||||
plugins = true;
|
||||
};
|
||||
|
||||
performance.combinePlugins = {
|
||||
enable = true;
|
||||
standalonePlugins = [
|
||||
"hmts.nvim"
|
||||
"nvim-treesitter"
|
||||
"vimplugin-treesitter-grammar-nix"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue