Compare commits
No commits in common. "474f3b16578d51cb6026462606ab2a2a81fc231e" and "7f59580abd34be086d2fc1363860b1ea6f5cfb93" have entirely different histories.
474f3b1657
...
7f59580abd
3 changed files with 11 additions and 11 deletions
|
@ -3,13 +3,17 @@ if not ok then
|
|||
return
|
||||
end
|
||||
|
||||
vim.g.catppuccin_flavour = "mocha" -- latte, frappe, macchiato, mocha
|
||||
|
||||
catppuccin.setup {
|
||||
flavour = "mocha", -- latte, frappe, macchiato, mocha
|
||||
transparent_background = true,
|
||||
compile = {
|
||||
enabled = true,
|
||||
path = vim.fn.stdpath "cache" .. "/catppuccin",
|
||||
},
|
||||
dim_inactive = {
|
||||
enabled = false,
|
||||
-- shade = "dark",
|
||||
-- percentage = 0.15,
|
||||
enabled = true,
|
||||
shade = "dark",
|
||||
percentage = 0.15,
|
||||
},
|
||||
integrations = {
|
||||
cmp = true,
|
||||
|
@ -19,7 +23,6 @@ catppuccin.setup {
|
|||
enabled = true,
|
||||
colored_indent_levels = false,
|
||||
},
|
||||
mason = true,
|
||||
native_lsp = {
|
||||
enabled = true,
|
||||
virtual_text = {
|
||||
|
@ -40,4 +43,4 @@ catppuccin.setup {
|
|||
},
|
||||
}
|
||||
|
||||
vim.cmd.colorscheme "catppuccin"
|
||||
vim.cmd [[colorscheme catppuccin ]]
|
||||
|
|
|
@ -148,9 +148,6 @@ local servers = {
|
|||
cmd = { "elixir-ls" }
|
||||
},
|
||||
tsserver = {},
|
||||
psalm = {
|
||||
cmd = { "vendor/bin/psalm-language-server" },
|
||||
},
|
||||
}
|
||||
|
||||
for lsp, settings in pairs(servers) do
|
||||
|
|
|
@ -7,6 +7,6 @@ null.setup {
|
|||
sources = {
|
||||
null.builtins.diagnostics.eslint,
|
||||
null.builtins.diagnostics.shellcheck,
|
||||
null.builtins.formatting.prettierd,
|
||||
null.builtins.formatting.prettierd
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue