Update '2.Vim.lua'

This commit is contained in:
Ste Vaidis 2023-07-25 01:09:20 +03:00
parent e29c1a0e25
commit 93b737e954

View File

@ -50,16 +50,23 @@ return {
}) })
end, end,
}, },
-- themes goes here ----------------------------------- -- themes goes here -----------------------------------
{"folke/tokyonight.nvim", lazy = false,opts = {}}, {"folke/tokyonight.nvim",opts = {}},
{'EdenEast/nightfox.nvim', lazy = false}, {'EdenEast/nightfox.nvim'},
{'NLKNguyen/papercolor-theme', lazy = false}, {'NLKNguyen/papercolor-theme'},
{'olimorris/onedarkpro.nvim', lazy = false}, {'olimorris/onedarkpro.nvim'},
{'Mofiqul/vscode.nvim', lazy = false}, {'Mofiqul/vscode.nvim'},
{'kaicataldo/material.vim', lazy = false}, {'kaicataldo/material.vim'},
{'yasukotelin/notelight', lazy = false}, {'yasukotelin/notelight'},
{'bluz71/vim-moonfly-colors', lazy = false, name = 'moonfly', priority = 1000}, {'bluz71/vim-moonfly-colors', name = 'moonfly', priority = 1000},
{'patstockwell/vim-monokai-tasty', lazy = false}, {'bluz71/vim-nightfly-colors', name = "nightfly", priority = 1000 },
{'patstockwell/vim-monokai-tasty'},
{'catppuccin/nvim', name = "catppuccin", priority = 1000 },
{'rebelot/kanagawa.nvim'},
{'jacoborus/tender.vim'},
{'lunarvim/Onedarker.nvim'},
-- code plugins overide settings ---------------------- -- code plugins overide settings ----------------------
{ {
'lukas-reineke/indent-blankline.nvim', 'lukas-reineke/indent-blankline.nvim',
@ -87,11 +94,13 @@ return {
cmp_enabled = true, cmp_enabled = true,
-- diagnostics_mode = 0, -- diagnostics_mode = 0,
}, },
-- opt ={ -- opt ={
-- diagnostic = { -- diagnostic = {
-- config = { virtual_lines = false } -- config = { virtual_lines = false }
-- } -- }
-- }, -- },
polish = function() polish = function()
-- vmirc commands -- vmirc commands
vim.cmd [[TransparentDisable]] vim.cmd [[TransparentDisable]]
@ -99,15 +108,7 @@ return {
vim.cmd [[:colorscheme vim-monokai-tasty]] vim.cmd [[:colorscheme vim-monokai-tasty]]
end, end,
-- colorscheme = 'vim-monokai-tasty',
-- colorscheme = 'nightfox',
-- colorscheme = 'terafox',
-- colorscheme = 'carbonfox',
-- colorscheme = 'PaperColor',
-- colorscheme = 'onedark',
-- colorscheme = 'vscode',
-- colorscheme = 'material',
-- colorscheme = 'notelight',
lsp = { lsp = {
config = { config = {
intelephense = { intelephense = {