mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
hard constrast vim on laptop
This commit is contained in:
parent
25f0edd5c9
commit
03599fa7d7
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,9 @@
|
|||
(set vim.g.gruvbox_filetype_hi_groups 1)
|
||||
(set vim.g.gruvbox_plugin_hi_groups 1)
|
||||
|
||||
(vim.cmd "colorscheme gruvbox8")
|
||||
(if (= "epix" (vim.fn.hostname))
|
||||
(vim.cmd "colorscheme gruvbox8_hard")
|
||||
(vim.cmd "colorscheme gruvbox8"))
|
||||
|
||||
(utils.highlight :SignColumn {:bg colors.dark0})
|
||||
|
||||
|
|
|
@ -9,6 +9,5 @@
|
|||
:extensions {:frecency {:persistent_filter false}}})
|
||||
|
||||
(telescope.load_extension "dap")
|
||||
(telescope.load_extension "packer")
|
||||
|
||||
(utils.keymap :n :<C-p> ":Telescope find_files<CR>")
|
||||
|
|
Loading…
Reference in a new issue