Skip to content

Commit

Permalink
fix winseperator
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Jul 3, 2024
1 parent 1acb46d commit 403d8f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/plugins/look-and-feel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ local M = {
let g:sonokai_transparent_background = 1
colorscheme sonokai
]]
vim.api.nvim_set_hl(0, 'WinSeparator', { fg = '#797D7D', bg = '#323232' })
require('user.menu').add_actions('Colorscheme', {
['Toggle Sonokai Style'] = function()
local styles = { 'default', 'atlantis', 'andromeda', 'shusia', 'maia', 'espresso' }
Expand Down
2 changes: 0 additions & 2 deletions .config/nvim/lua/user/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ vim.o.expandtab = true -- Tab changes to spaces. Format with :retab
vim.opt.indentkeys:remove '0#'
vim.opt.indentkeys:remove '<:>'

vim.api.nvim_set_hl(0, 'WinSeparator', { fg = '#797D7D', bg = '#323232' })

local kube_config_pattern = [[.*\.kube/config]]
vim.filetype.add {
extension = { tfvars = 'terraform' },
Expand Down

0 comments on commit 403d8f2

Please sign in to comment.