diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 21:10:08 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 21:10:08 +0530 |
| commit | 65a6e693c34c24ca717943b0304391705079bf5f (patch) | |
| tree | b54134e5c11e844f127722725af85059faaf8523 /module.nix | |
| parent | 511492f6e1ab66957a37aaccffe748bb0f8e3d65 (diff) | |
Tokyonight colorscheme and lazydev.nvim
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -142,11 +142,12 @@ inputs: data = nvim-web-devicons; lazy = false; } - { - data = config.nvim-lib.neovimPlugins.base46; - lazy = false; - } + # { + # data = config.nvim-lib.neovimPlugins.base46; + # lazy = false; + # } + tokyonight-nvim config.nvim-lib.neovimPlugins.neogit blink-indent blink-pairs |
