Skip to content

Commit

Permalink
Add buffer numbers to bufferline
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 25, 2023
1 parent 47a2b0e commit b329caf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,10 @@ local tsj = require('treesj')
tsj.setup({ max_join_length = 200 })

require('bufferline').setup {
options = { diagnostics = 'nvim_lsp' }
options = {
diagnostics = 'nvim_lsp',
numbers = 'ordinal',
}
}
require('glow').setup()

Expand Down

0 comments on commit b329caf

Please sign in to comment.