Skip to content

Commit 3ab4f47

Browse files
committed
feat!: use nvim-lspconfig and blink.cmp
1 parent 0610278 commit 3ab4f47

23 files changed

+116
-1330
lines changed

after/ftplugin/c/lsp.lua

-11
This file was deleted.

after/ftplugin/c/options.lua

-1
This file was deleted.

after/ftplugin/cpp/lsp.lua

-1
This file was deleted.

after/ftplugin/javascript/lsp.lua

-1
This file was deleted.

after/ftplugin/lua/lsp.lua

-40
This file was deleted.

after/ftplugin/markdown/lsp.lua

-4
This file was deleted.

after/ftplugin/nix/lsp.lua

-6
This file was deleted.

after/ftplugin/sh/lsp.lua

-30
This file was deleted.

after/ftplugin/typescript/lsp.lua

-136
This file was deleted.

after/ftplugin/vim/lsp.lua

-26
This file was deleted.

lua/configs/catppuccin.lua

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require('catppuccin').setup({
2020
inlay_hints = { background = true },
2121
},
2222
beacon = true,
23-
cmp = true,
23+
blink_cmp = true,
2424
fzf = true,
2525
gitsigns = true,
2626
headlines = true,
@@ -41,8 +41,6 @@ require('catppuccin').setup({
4141
highlight_overrides = {
4242
all = function(colors)
4343
return {
44-
Normal = { bg = colors.none },
45-
NormalNC = { bg = colors.none },
4644
FloatBorder = { bg = colors.mantle, fg = colors.mantle },
4745
CursorLineNr = { fg = colors.mauve, style = { 'bold' } },
4846
WinSeparator = { fg = colors.surface1 },

0 commit comments

Comments
 (0)