Upgrade to 25.05
This commit is contained in:
parent
65817f4e70
commit
05f820ed4c
11 changed files with 214 additions and 277 deletions
|
@ -50,7 +50,7 @@ in
|
|||
# Underline all instances of the underlined word
|
||||
cursorline = {
|
||||
enable = true;
|
||||
cursorline.enable = false;
|
||||
settings.cursorline.enable = false;
|
||||
};
|
||||
|
||||
# Catches attention when cursor changed position
|
||||
|
@ -74,7 +74,7 @@ in
|
|||
indent-blankline.enable = true; # Show indent guides
|
||||
rainbow-delimiters.enable = true; # Randomly colore paired brackets
|
||||
|
||||
nvim-colorizer.enable = true; # Display colors of color-codes
|
||||
colorizer.enable = true; # Display colors of color-codes
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -155,7 +155,8 @@ in
|
|||
lualine_x =
|
||||
[
|
||||
(
|
||||
(nv.listToUnkeyedAttrs [ ''(next(vim.lsp.buf_get_clients()) == nil) and " " or ""'' ])
|
||||
(nv.listToUnkeyedAttrs [ ''(next(vim.lsp.get_clients()) == nil) and " " or ""'' ])
|
||||
# TODO Not working (changed from vim.lsp.buf_get_clients())
|
||||
// {
|
||||
separator = {
|
||||
left = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue