diff options
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/editor.lua | 30 | ||||
| -rw-r--r-- | lua/config/packer.lua | 2 |
2 files changed, 30 insertions, 2 deletions
diff --git a/lua/config/editor.lua b/lua/config/editor.lua index fba85ca..eec0e08 100644 --- a/lua/config/editor.lua +++ b/lua/config/editor.lua | |||
| @@ -24,7 +24,7 @@ option.clipboard = "unnamedplus" | |||
| 24 | option.termguicolors = true | 24 | option.termguicolors = true |
| 25 | 25 | ||
| 26 | -- Setup Editor Theme | 26 | -- Setup Editor Theme |
| 27 | vim.cmd.colorscheme("gruvbox") | 27 | vim.cmd.colorscheme("tokyonight") |
| 28 | vim.cmd([[ | 28 | vim.cmd([[ |
| 29 | highlight GitGutterAdd ctermbg=none | 29 | highlight GitGutterAdd ctermbg=none |
| 30 | highlight GitGutterAdd guibg=none | 30 | highlight GitGutterAdd guibg=none |
| @@ -32,6 +32,34 @@ highlight Normal ctermbg=none | |||
| 32 | highlight Normal guibg=none | 32 | highlight Normal guibg=none |
| 33 | highlight signcolumn ctermbg=none | 33 | highlight signcolumn ctermbg=none |
| 34 | highlight signcolumn guibg=none | 34 | highlight signcolumn guibg=none |
| 35 | highlight StatusLine ctermbg=none | ||
| 36 | highlight StatusLine guibg=none | ||
| 37 | highlight DiagnosticError ctermbg=none | ||
| 38 | highlight DiagnosticError guibg=none | ||
| 39 | highlight DiagnosticWarn ctermbg=none | ||
| 40 | highlight DiagnosticWarn guibg=none | ||
| 41 | highlight DiagnosticInfo ctermbg=none | ||
| 42 | highlight DiagnosticInfo guibg=none | ||
| 43 | highlight DiagnosticHint ctermbg=none | ||
| 44 | highlight DiagnosticHint guibg=none | ||
| 45 | |||
| 46 | highlight DiagnosticVirtualError ctermbg=none | ||
| 47 | highlight DiagnosticVirtualError guibg=none | ||
| 48 | highlight DiagnosticVirtualWarn ctermbg=none | ||
| 49 | highlight DiagnosticVirtualWarn guibg=none | ||
| 50 | highlight DiagnosticVirtualInfo ctermbg=none | ||
| 51 | highlight DiagnosticVirtualInfo guibg=none | ||
| 52 | highlight DiagnosticVirtualHint ctermbg=none | ||
| 53 | highlight DiagnosticVirtualHint guibg=none | ||
| 54 | |||
| 55 | highlight DiagnosticVirtualTextError ctermbg=none | ||
| 56 | highlight DiagnosticVirtualTextError guibg=none | ||
| 57 | highlight DiagnosticVirtualTextWarn ctermbg=none | ||
| 58 | highlight DiagnosticVirtualTextWarn guibg=none | ||
| 59 | highlight DiagnosticVirtualTextInfo ctermbg=none | ||
| 60 | highlight DiagnosticVirtualTextInfo guibg=none | ||
| 61 | highlight DiagnosticVirtualTextHint ctermbg=none | ||
| 62 | highlight DiagnosticVirtualTextHint guibg=none | ||
| 35 | ]]) | 63 | ]]) |
| 36 | 64 | ||
| 37 | 65 | ||
diff --git a/lua/config/packer.lua b/lua/config/packer.lua index af8233e..7fa2ae1 100644 --- a/lua/config/packer.lua +++ b/lua/config/packer.lua | |||
| @@ -5,7 +5,7 @@ return require("packer").startup(function(use) | |||
| 5 | use("neovim/nvim-lspconfig") | 5 | use("neovim/nvim-lspconfig") |
| 6 | use("lukas-reineke/indent-blankline.nvim") | 6 | use("lukas-reineke/indent-blankline.nvim") |
| 7 | use("lervag/vimtex") | 7 | use("lervag/vimtex") |
| 8 | use("morhetz/gruvbox") | 8 | use("folke/tokyonight.nvim") |
| 9 | use("airblade/vim-gitgutter") | 9 | use("airblade/vim-gitgutter") |
| 10 | use("jose-elias-alvarez/null-ls.nvim") | 10 | use("jose-elias-alvarez/null-ls.nvim") |
| 11 | use("windwp/nvim-ts-autotag") | 11 | use("windwp/nvim-ts-autotag") |
