add bufferline

This commit is contained in:
Jason Miller 2024-12-08 12:17:51 -05:00
parent abac984a52
commit 82102e5e29
4 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1 @@
return { 'akinsho/bufferline.nvim', dependencies = { 'nvim-tree/nvim-web-devicons' }, version = '*', opts = { options = { always_show_bufferline = false, mode = 'tabs', }, }, }

View file

@ -24,7 +24,12 @@ return {
end,
formatters_by_ft = {
lua = { 'stylua' },
python = { 'pyright', 'isort', 'black' },
python = {
'black',
'isort',
'ruff_format',
'pyright',
},
md = { 'prettier' },
nix = { 'nixfmt' },
yaml = { 'yamlfmt' },

View file

@ -1,5 +1,5 @@
return {
{
{ -- properly configures LuaLS
'folke/lazydev.nvim',
ft = 'lua',
opts = {