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