nvim stuff
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./options.nix
|
||||
./autocmd.nix
|
||||
./plugins/conform.nix
|
||||
./plugins/mini.nix
|
||||
./plugins/oil.nix
|
||||
./plugins/treesitter.nix
|
||||
./plugins/which-key.nix
|
||||
];
|
||||
|
||||
home.shellAliases.v = "nvim";
|
||||
|
||||
6
profiles/base/home-manager/neovim/options.nix
Normal file
6
profiles/base/home-manager/neovim/options.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
programs.nixvim.globalOpts = {
|
||||
expandtab = true;
|
||||
shiftwidth = 2;
|
||||
};
|
||||
}
|
||||
@@ -37,6 +37,11 @@
|
||||
source_func = "omnifunc";
|
||||
};
|
||||
};
|
||||
indentscope = {};
|
||||
move = {};
|
||||
pairs = {};
|
||||
trailspace = {};
|
||||
visits = {};
|
||||
pick = {};
|
||||
surround = {};
|
||||
};
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
programs.nixvim.plugins.which-key = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
theme = "catppuccin-latte";
|
||||
default_layout = "compact";
|
||||
default_shell = "${pkgs.fish}/bin/fish";
|
||||
no_pane_frames = true;
|
||||
show_startup_tips = false;
|
||||
show_release_notes = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user