chore: Some small updates to dotfiles , getting ready for arch-config

This commit is contained in:
2023-01-29 02:08:14 +00:00
parent ca9311c130
commit f49f85207e
10 changed files with 50 additions and 18 deletions

View File

@@ -67,7 +67,6 @@ require("bufferline").setup({
sort_by = 'insert_after_current',
custom_filter = function(buf_number, buf_numbers)
-- filter out filetypes you don't want to see
print(vim.bo[buf_number].filetype)
if vim.bo[buf_number].filetype ~= "" then
return true
end