use terminal bg color

This commit is contained in:
siduck76 2021-03-21 16:39:29 +05:30
parent ce4c54b5cf
commit e8435220fd
2 changed files with 4 additions and 2 deletions

View File

@ -53,6 +53,8 @@ cmd("hi NvimTreeFolderIcon guifg = #61afef")
cmd("hi NvimTreeFolderName guifg = #61afef")
cmd("hi NvimTreeIndentMarker guifg=#545862")
cmd("hi Normal guibg=NONE ctermbg=NONE")
require("nvim-autopairs").setup()
require("lspkind").init(

View File

@ -10,8 +10,8 @@ require("telescope").setup {
"--smart-case"
},
prompt_position = "bottom",
prompt_prefix = "> ",
selection_caret = "> ",
prompt_prefix = " ",
selection_caret = " ",
entry_prefix = " ",
initial_mode = "insert",
selection_strategy = "reset",