|
|
|
@ -13,9 +13,6 @@ require('paq') { |
|
|
|
|
|
|
|
|
|
require('lualine').setup{ |
|
|
|
|
options = { |
|
|
|
|
-- no unicode literals? T.T |
|
|
|
|
--section_separators = {'\u{e0b8}', '\u{e0ba}'}, |
|
|
|
|
--component_separators = {'\u{e0b9}', '\u{e0bb}'}, |
|
|
|
|
section_separators = {'', ''}, |
|
|
|
|
component_separators = {'', ''}, |
|
|
|
|
icons_enabled = false |
|
|
|
@ -24,7 +21,6 @@ require('lualine').setup{ |
|
|
|
|
|
|
|
|
|
vim.g.vimwiki_list = {{path='$HOME/vimwiki/', syntax='markdown', ext='.md'}} |
|
|
|
|
|
|
|
|
|
--if vim.env.TERM ~= 'tmux%' then |
|
|
|
|
if not vim.env.TERM:match('linux') then |
|
|
|
|
vim.o.termguicolors = true |
|
|
|
|
vim.g.gruvbox_filetype_hi_groups = 1 |
|
|
|
|