From 93b737e95443bcfe78d27a384815c0eeef2fd06e Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Tue, 25 Jul 2023 01:09:20 +0300 Subject: [PATCH] Update '2.Vim.lua' --- 2.Vim.lua | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/2.Vim.lua b/2.Vim.lua index 214701a..c4e32dc 100644 --- a/2.Vim.lua +++ b/2.Vim.lua @@ -50,16 +50,23 @@ return { }) end, }, + -- themes goes here ----------------------------------- - {"folke/tokyonight.nvim", lazy = false,opts = {}}, - {'EdenEast/nightfox.nvim', lazy = false}, - {'NLKNguyen/papercolor-theme', lazy = false}, - {'olimorris/onedarkpro.nvim', lazy = false}, - {'Mofiqul/vscode.nvim', lazy = false}, - {'kaicataldo/material.vim', lazy = false}, - {'yasukotelin/notelight', lazy = false}, - {'bluz71/vim-moonfly-colors', lazy = false, name = 'moonfly', priority = 1000}, - {'patstockwell/vim-monokai-tasty', lazy = false}, + {"folke/tokyonight.nvim",opts = {}}, + {'EdenEast/nightfox.nvim'}, + {'NLKNguyen/papercolor-theme'}, + {'olimorris/onedarkpro.nvim'}, + {'Mofiqul/vscode.nvim'}, + {'kaicataldo/material.vim'}, + {'yasukotelin/notelight'}, + {'bluz71/vim-moonfly-colors', name = 'moonfly', priority = 1000}, + {'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 ---------------------- { 'lukas-reineke/indent-blankline.nvim', @@ -87,11 +94,13 @@ return { cmp_enabled = true, -- diagnostics_mode = 0, }, + -- opt ={ -- diagnostic = { -- config = { virtual_lines = false } -- } -- }, + polish = function() -- vmirc commands vim.cmd [[TransparentDisable]] @@ -99,15 +108,7 @@ return { vim.cmd [[:colorscheme vim-monokai-tasty]] end, - -- colorscheme = 'vim-monokai-tasty', - -- colorscheme = 'nightfox', - -- colorscheme = 'terafox', - -- colorscheme = 'carbonfox', - -- colorscheme = 'PaperColor', - -- colorscheme = 'onedark', - -- colorscheme = 'vscode', - -- colorscheme = 'material', - -- colorscheme = 'notelight', + lsp = { config = { intelephense = {