splitting config for work or home
This commit is contained in:
@@ -44,15 +44,15 @@ local opts = {
|
|||||||
bg = frappe.overlay0,
|
bg = frappe.overlay0,
|
||||||
},
|
},
|
||||||
modified = {
|
modified = {
|
||||||
fg = frappe.text,
|
fg = frappe.green,
|
||||||
bg = frappe.base,
|
bg = frappe.base,
|
||||||
},
|
},
|
||||||
modified_visible = {
|
modified_visible = {
|
||||||
fg = frappe.text,
|
fg = frappe.green,
|
||||||
bg = frappe.surface0,
|
bg = frappe.surface0,
|
||||||
},
|
},
|
||||||
modified_selected = {
|
modified_selected = {
|
||||||
fg = frappe.text,
|
fg = frappe.green,
|
||||||
bg = frappe.overlay0,
|
bg = frappe.overlay0,
|
||||||
},
|
},
|
||||||
separator = {
|
separator = {
|
||||||
|
|||||||
@@ -12,14 +12,14 @@ end
|
|||||||
|
|
||||||
mason_lspconfig.setup({
|
mason_lspconfig.setup({
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"tsserver",
|
"ts_ls",
|
||||||
"html",
|
"html",
|
||||||
"emmet_ls",
|
"emmet_ls",
|
||||||
"cssls",
|
"cssls",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
lspconfig.tsserver.setup({
|
lspconfig.ts_ls.setup({
|
||||||
capabilities = require("config/lsp/lsp-capabilities"),
|
capabilities = require("config/lsp/lsp-capabilities"),
|
||||||
on_attach = require("config/lsp/lsp-attach"),
|
on_attach = require("config/lsp/lsp-attach"),
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user