Fix nvim-cmp setup and telescope config

This commit is contained in:
2022-07-29 16:40:51 +02:00
parent 9019997d59
commit c676e8e7dd
4 changed files with 10 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ require('halfdan.keymap')
require('halfdan.colorscheme')
require('halfdan.treesitter')
require('halfdan.telescope')
require('halfdan.themes.nord')

View File

@@ -38,6 +38,6 @@ vim.opt.winbar = "%=%m %f" -- Show winbar with modified flag and filename right
-- Enable telescope theme
vim.g.gruvbox_baby_telescope_theme = 1
vim.g.gruvbox_baby_background_color = "light"
vim.g.gruvbox_baby_background_color = "dark"
vim.g.mapleader = ' '