Compare commits
No commits in common. "20a47de3e51d234b08e9305204d4180cbad1be0e" and "03108f0e418e7c567fe91d9a4a15b356b8361b4f" have entirely different histories.
20a47de3e5
...
03108f0e41
@ -18,4 +18,3 @@ require("neotest_config")
|
|||||||
require("trouble_config")
|
require("trouble_config")
|
||||||
require("symbols_outline")
|
require("symbols_outline")
|
||||||
require("luasnip_config")
|
require("luasnip_config")
|
||||||
require("brightest_config")
|
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
vim.g['brightest#highlight'] = { group = 'BrightestUnderline' }
|
|
||||||
vim.g['brightest#enable_filetypes'] = {
|
|
||||||
_ = 1,
|
|
||||||
vim = 0,
|
|
||||||
NvimTree = 0,
|
|
||||||
TelescopePrompt = 0,
|
|
||||||
Trouble = 0,
|
|
||||||
}
|
|
@ -47,9 +47,9 @@ cmp.setup({
|
|||||||
end, { "i", "s" })
|
end, { "i", "s" })
|
||||||
},
|
},
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
|
{ name = 'buffer' },
|
||||||
{ name = 'nvim_lsp' },
|
{ name = 'nvim_lsp' },
|
||||||
{ name = 'nvim_lsp_signature_help' },
|
{ name = 'nvim_lsp_signature_help' },
|
||||||
{ name = 'buffer' },
|
|
||||||
-- { name = 'path' },
|
-- { name = 'path' },
|
||||||
}),
|
}),
|
||||||
window = {
|
window = {
|
||||||
|
@ -107,7 +107,6 @@ require("packer").startup(function(use)
|
|||||||
use 'towolf/vim-helm'
|
use 'towolf/vim-helm'
|
||||||
use { 'catppuccin/nvim', as = "catppuccin" }
|
use { 'catppuccin/nvim', as = "catppuccin" }
|
||||||
use 'gpanders/editorconfig.nvim'
|
use 'gpanders/editorconfig.nvim'
|
||||||
use 'osyo-manga/vim-brightest'
|
|
||||||
use { 'kylechui/nvim-surround',
|
use { 'kylechui/nvim-surround',
|
||||||
tag = "*",
|
tag = "*",
|
||||||
config = function()
|
config = function()
|
||||||
|
Loading…
Reference in New Issue
Block a user