mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 10:48:40 +02:00
update
This commit is contained in:
parent
c4fe7d778f
commit
55944e0859
5 changed files with 15 additions and 12 deletions
|
@ -22,6 +22,7 @@ return {
|
|||
require("onedark").load()
|
||||
end,
|
||||
},
|
||||
{ "arcticicestudio/nord-vim" },
|
||||
-- {
|
||||
-- "ellisonleao/gruvbox.nvim",
|
||||
-- init = function()
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
-- local colorscheme = "tokyonight-night"
|
||||
local colorscheme = "tokyonight-night"
|
||||
-- local colorscheme = "gruvbox"
|
||||
-- local colorscheme = "sonokai"
|
||||
-- local colorscheme = "nordfox"
|
||||
-- local colorscheme = "material"
|
||||
-- local colorscheme = "onedark"
|
||||
local colorscheme = "lunar"
|
||||
-- local colorscheme = "lunar"
|
||||
-- local colorscheme = "nord"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
|
|
|
@ -6,7 +6,7 @@ end
|
|||
local lspconfig = require("lspconfig")
|
||||
|
||||
-- local servers = { "jsonls", "sumneko_lua","html","cssls","tsserver"}
|
||||
local servers = { "jdtls" }
|
||||
local servers = { "jdtls", "dockerls" }
|
||||
|
||||
lsp_installer.setup({
|
||||
ensure_installed = servers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue