feat: styling updates (#10)
Updated some plugins to use custom git and diagnostic symbols, also changed the line number color to match my system highlight color (catppuccin peach).
This commit is contained in:
parent
3de533a92a
commit
c991360154
5 changed files with 29 additions and 1 deletions
|
|
@ -3,6 +3,12 @@
|
|||
bufferline = {
|
||||
enable = true;
|
||||
diagnostics = "nvim_lsp";
|
||||
mode = "buffers";
|
||||
|
||||
closeIcon = " ";
|
||||
bufferCloseIcon = " ";
|
||||
modifiedIcon = " ";
|
||||
|
||||
offsets = [
|
||||
{
|
||||
filetype = "neo-tree";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue