forked from mirrors_public/oddlama_nix-config
feat: remove manpager replacement for normal machines to improve evaluation speed
This commit is contained in:
parent
94ea46f680
commit
303fbd5595
5 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
./config/htop.nix
|
./config/htop.nix
|
||||||
./config/impermanence.nix
|
./config/impermanence.nix
|
||||||
./config/manpager.nix
|
|
||||||
./config/neovim.nix
|
./config/neovim.nix
|
||||||
./config/shell
|
./config/shell
|
||||||
./config/utils.nix
|
./config/utils.nix
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./gdb.nix
|
./gdb.nix
|
||||||
|
./manpager.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
prg = lib.getExe (pkgs.nixvim.makeNixvim {
|
prg = lib.getExe (pkgs.nixvim.makeNixvim {
|
||||||
package = pkgs.neovim-clean;
|
package = pkgs.neovim-clean;
|
||||||
|
|
||||||
options = {
|
opts = {
|
||||||
buftype = "nowrite";
|
buftype = "nowrite";
|
||||||
backup = false;
|
backup = false;
|
||||||
modeline = false;
|
modeline = false;
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
programs.nixvim.options = {
|
programs.nixvim.opts = {
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
# General
|
# General
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Commenting
|
# Commenting
|
||||||
comment-nvim.enable = true;
|
comment.enable = true;
|
||||||
# Extend vim's "%" key
|
# Extend vim's "%" key
|
||||||
vim-matchup.enable = true;
|
vim-matchup.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue