mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
neovim: Byte compile everything
This commit is contained in:
parent
43f0c77cbf
commit
d159608687
1 changed files with 9 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
imports = [
|
||||
./lsp.nix
|
||||
|
||||
|
||||
./modules/commands.nix
|
||||
|
||||
./plugins/headerguard.nix
|
||||
|
|
@ -21,9 +21,17 @@
|
|||
};
|
||||
|
||||
performance = {
|
||||
byteCompileLua = {
|
||||
enable = true;
|
||||
nvimRuntime = true;
|
||||
configs = true;
|
||||
plugins = true;
|
||||
};
|
||||
combinePlugins = {
|
||||
enable = true;
|
||||
standalonePlugins = [
|
||||
"vimplugin-treesitter-grammar-nix"
|
||||
"nvim-treesitter"
|
||||
"openscad.nvim"
|
||||
"yanky.nvim"
|
||||
"zsh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue