diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-11 20:47:48 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-11 20:47:48 -0500 |
| commit | 169f0da6461e5a707b1a60404f7568544853f8a4 (patch) | |
| tree | 4781ebc145df36d53543293852c761ac71ad0f02 /after | |
| parent | 8d817563af79246ce2453f9cb667460fcd62dfb3 (diff) | |
| download | nvim-config-169f0da6461e5a707b1a60404f7568544853f8a4.tar.gz nvim-config-169f0da6461e5a707b1a60404f7568544853f8a4.tar.xz | |
Call lualine after nord, so that the theme shows up properly.
Diffstat (limited to 'after')
| -rw-r--r-- | after/plugin/nord.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/after/plugin/nord.lua b/after/plugin/nord.lua deleted file mode 100644 index 5181b47..0000000 --- a/after/plugin/nord.lua +++ /dev/null @@ -1,9 +0,0 @@ --- vim.g.nord_contrast = true --- vim.g.nord_borders = false -vim.g.nord_disable_background = true -vim.g.nord_italic = false --- vim.g.nord_uniform_diff_background = true -vim.g.nord_bold = false - --- Load the colorscheme -require('nord').set() |
