Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Sep 2, 2024
1 parent b9b4caf commit a70c768
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/tabline/bufferline.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
plugins.bufferline = {
enable = true;
numbers = "none";
diagnostics = "nvim_lsp";
separatorStyle = "slope";
settings.options = {
numbers = "none";
diagnostics = "nvim_lsp";
separator_style = "slope";
};
};
keymaps = [
{
Expand Down

0 comments on commit a70c768

Please sign in to comment.