neovim: changes to how we access nvf.lib
This commit is contained in:
parent
7868ac1529
commit
8d9c2a0ed2
39 changed files with 30 additions and 28 deletions
33
outputs/pkgs/ook-vim/config/plugins/ui.nix
Normal file
33
outputs/pkgs/ook-vim/config/plugins/ui.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
vim = {
|
||||
ui = {
|
||||
borders = {
|
||||
enable = true;
|
||||
globalStyle = "single";
|
||||
};
|
||||
|
||||
# better cmd line
|
||||
noice.enable = true;
|
||||
|
||||
colorizer.enable = true;
|
||||
illuminate.enable = true;
|
||||
};
|
||||
# < https://github.com/NotAShelf/nvf/tree/main/modules/plugins/visuals >
|
||||
visuals = {
|
||||
# icons that other plugins depend on.
|
||||
nvim-web-devicons.enable = true;
|
||||
fidget-nvim.enable = true;
|
||||
|
||||
# indent lines
|
||||
indent-blankline = {
|
||||
enable = true;
|
||||
setupOpts = {
|
||||
scope = {
|
||||
enabled = false;
|
||||
injected_languages = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue