m
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
[General]
|
||||
savePath=/home/benk
|
||||
savePath=/home/ben
|
||||
uploadWithoutConfirmation=true
|
||||
|
||||
@@ -49,6 +49,15 @@ lsp.setup_nvim_cmp({
|
||||
mapping = cmp_mappings,
|
||||
})
|
||||
|
||||
local cmp_config = lsp.defaults.cmp_config({
|
||||
window = {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered()
|
||||
},
|
||||
})
|
||||
|
||||
cmp.setup(cmp_config)
|
||||
|
||||
cmp.setup.cmdline('/', {
|
||||
sources = {
|
||||
{ name = 'buffer' }
|
||||
|
||||
@@ -27,3 +27,7 @@ require('kanagawa').setup({
|
||||
-- setup must be called before loading
|
||||
vim.cmd("colorscheme kanagawa")
|
||||
|
||||
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "NONE" })
|
||||
vim.api.nvim_set_hl(0, "FloatBorder", { bg = "NONE" })
|
||||
vim.api.nvim_set_hl(0, "CmpItemMenu", { bg = "NONE" })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user