24.05: Fixed warnings
This commit is contained in:
parent
71385d9ba9
commit
3479927d32
9 changed files with 52 additions and 47 deletions
|
@ -34,7 +34,7 @@
|
|||
] ++ (map
|
||||
(n: { key = "<C-${builtins.toString n}>"; action = "<Cmd>BufferGoto ${builtins.toString n}<CR>"; inherit options; })
|
||||
(lib.lists.range 1 9));
|
||||
options = {
|
||||
opts = {
|
||||
showmode = false;
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
|
@ -151,7 +151,7 @@
|
|||
# Show context on top if scrolled out
|
||||
treesitter-context = {
|
||||
enable = true;
|
||||
maxLines = 5;
|
||||
settings.max_lines = 5;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue