switched back to sway

This commit is contained in:
Michael Chalupiak
2025-01-22 00:26:32 -05:00
parent 7b959b08ad
commit ee6da6e10d
8 changed files with 561 additions and 44 deletions

View File

@@ -295,11 +295,12 @@ return require('packer').startup(function(use)
table.insert(names, server.name)
end
return " [" .. table.concat(names, " ") .. "]"
-- return "[" .. table.concat(names, " ") .. "]"
end
require('lualine').setup {
options = {
globalstatus = true,
icons_enabled = false,
icons_enabled = true,
section_separators = { left = '', right = '' },
component_separators = { left = '', right = '' }
},

View File

@@ -13,7 +13,7 @@ vim.opt.showmode = false
vim.opt.smartindent = true
vim.opt.spell = true
-- vim.opt.spell = true
vim.opt.spelllang = "en_us"
vim.opt.swapfile = false
@@ -53,7 +53,7 @@ vim.keymap.set("n", "<C-->", function()
ChangeScaleFactor(1 / 1.25)
end)
vim.opt.guifont = { "Olympe Mono Hacked", ":h12" }
vim.opt.guifont = { "Fairfax", ":h12" }
vim.opt.termguicolors = true
vim.g.netrw_keepdir = 0