more work on neovim config, added keyboard sound thing for kitty
This commit is contained in:
33
modules/home/programs/nixvim/plugins/noice.nix
Normal file
33
modules/home/programs/nixvim/plugins/noice.nix
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.noice = {
|
||||
enable = true;
|
||||
settings = {
|
||||
views = {
|
||||
popupmenu = {
|
||||
relative = "cursor";
|
||||
position = {
|
||||
row = -2;
|
||||
col = -2;
|
||||
};
|
||||
size = {
|
||||
width = 60;
|
||||
height = "auto";
|
||||
};
|
||||
};
|
||||
cmdline_popup = {
|
||||
relative = "cursor";
|
||||
position = {
|
||||
row = 0;
|
||||
col = -2;
|
||||
};
|
||||
size = {
|
||||
width = 60;
|
||||
height = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user