diff options
author | Adam Stück <adam@adast.dk> | 2024-08-07 10:50:48 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-08-07 10:50:48 +0200 |
commit | dad67bc9eee581c447759bd7e74253bdeb9ad341 (patch) | |
tree | 0b9de5a2f0df13f3468eb43c865da1c08878628a /lua/lazy-plugins.lua | |
parent | e1d0c859d6ccd311c6e3d9edbea8a7ef2f4895ce (diff) |
use onehalf colourscheme
https://github.com/sonph/onehalf
https://github.com/sonph/onehalf/pull/145
Diffstat (limited to 'lua/lazy-plugins.lua')
-rw-r--r-- | lua/lazy-plugins.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index f601d39..7c07294 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -20,7 +20,6 @@ require('lazy').setup({ -- Use `opts = {}` to force a plugin to be loaded. -- - -- modular approach: using `require 'path/name'` will -- include a plugin definition from file lua/path/name.lua @@ -36,7 +35,7 @@ require('lazy').setup({ require 'kickstart/plugins/cmp', - require 'kickstart/plugins/tokyonight', + require 'kickstart/plugins/onehalf', require 'kickstart/plugins/todo-comments', |