Disable italics in bufferline
This commit is contained in:
@@ -23,7 +23,8 @@ local ft_map = {
|
|||||||
fugitive = false,
|
fugitive = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
require("bufferline").setup({
|
local bufferline = require("bufferline")
|
||||||
|
bufferline.setup({
|
||||||
options = {
|
options = {
|
||||||
close_command = "Bwipeout %d",
|
close_command = "Bwipeout %d",
|
||||||
right_mouse_command = nil,
|
right_mouse_command = nil,
|
||||||
@@ -39,6 +40,7 @@ require("bufferline").setup({
|
|||||||
|
|
||||||
return ft_map[buf_ft]
|
return ft_map[buf_ft]
|
||||||
end,
|
end,
|
||||||
|
style_preset = bufferline.style_preset.no_italic,
|
||||||
offsets = {
|
offsets = {
|
||||||
{
|
{
|
||||||
filetype = "NvimTree",
|
filetype = "NvimTree",
|
||||||
|
|||||||
Reference in New Issue
Block a user