Skip to content

Commit

Permalink
tweak neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Aug 19, 2024
1 parent e3100b2 commit 9d453a8
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ require("lualine").setup {
theme = "kanagawa",
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
disabled_filetypes = {
"statusline",
"winbar",
"neo-tree",
},
},
sections = {
lualine_a = { "mode" },
Expand Down Expand Up @@ -154,6 +159,6 @@ vim.list_extend(require("viper.lazy.specs"), {
event = "DeferredUIEnter",
before = function()
vim.g.better_whitespace_enabled = 1
end
}
end,
},
})

0 comments on commit 9d453a8

Please sign in to comment.