mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
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/impermanence.nix
|
||||
./config/manpager.nix
|
||||
./config/neovim.nix
|
||||
./config/shell
|
||||
./config/utils.nix
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./direnv.nix
|
||||
./gdb.nix
|
||||
./manpager.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
prg = lib.getExe (pkgs.nixvim.makeNixvim {
|
||||
package = pkgs.neovim-clean;
|
||||
|
||||
options = {
|
||||
opts = {
|
||||
buftype = "nowrite";
|
||||
backup = false;
|
||||
modeline = false;
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
programs.nixvim.options = {
|
||||
programs.nixvim.opts = {
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# General
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
# Commenting
|
||||
comment-nvim.enable = true;
|
||||
comment.enable = true;
|
||||
# Extend vim's "%" key
|
||||
vim-matchup.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue