Compare commits
No commits in common. "6f7fc67600d4a848650000c559c706b1abd11cea" and "134fdb21314d02f757eb7cf7ceaad65a34626c19" have entirely different histories.
6f7fc67600
...
134fdb2131
|
@ -61,7 +61,6 @@ in
|
|||
"cmake",
|
||||
"csharp_ls",
|
||||
"cssls",
|
||||
"denols",
|
||||
"eslint",
|
||||
"html",
|
||||
"jsonls",
|
||||
|
@ -71,7 +70,7 @@ in
|
|||
"rust_analyzer",
|
||||
"svelte",
|
||||
"taplo",
|
||||
"ts_ls",
|
||||
"tsserver",
|
||||
"volar",
|
||||
"yamlls",
|
||||
},
|
||||
|
@ -94,7 +93,7 @@ in
|
|||
},
|
||||
},
|
||||
},
|
||||
ts_ls = {
|
||||
tsserver = {
|
||||
init_options = {
|
||||
plugins = {
|
||||
{
|
||||
|
@ -109,7 +108,6 @@ in
|
|||
"typescript",
|
||||
"vue",
|
||||
},
|
||||
root_dir = require("lspconfig.util").root_pattern("package.json"),
|
||||
},
|
||||
},
|
||||
-- customize how language servers are attached
|
||||
|
|
|
@ -26,7 +26,6 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
-- Add the catppuccin colorscheme
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
|
@ -119,6 +118,11 @@ return {
|
|||
"CursorColumn",
|
||||
"CursorLineFold",
|
||||
"CursorLineSign",
|
||||
"DiagnosticSignError",
|
||||
"DiagnosticSignHint",
|
||||
"DiagnosticSignInfo",
|
||||
"DiagnosticSignOk",
|
||||
"DiagnosticSignWarn",
|
||||
"FloatBorder",
|
||||
"FoldColumn",
|
||||
"Folded",
|
||||
|
@ -129,6 +133,7 @@ return {
|
|||
"LineNrAbove",
|
||||
"LineNrBelow",
|
||||
"LineNrBelow",
|
||||
"NvimTreeWindowPicker",
|
||||
"TabLine",
|
||||
"TabLineFill",
|
||||
"VertSplit",
|
||||
|
@ -138,9 +143,7 @@ return {
|
|||
}
|
||||
|
||||
transparent.clear_prefix("BufferLine")
|
||||
transparent.clear_prefix("Diagnostic")
|
||||
transparent.clear_prefix("NeoTree")
|
||||
transparent.clear_prefix("NvimTree")
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue