File tree Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 1
1
# kickstart.nvim
2
2
3
+ ## HOW TO USE IT:
4
+ I keep this fork to stay up to date to the last changes on the OG repository.
5
+ I will rebase from time to time.
6
+ My working branch is "modular-configuration".
7
+ I simply switch to it and update init.modular.lua and modules.
8
+ Once I've done I simply copy them to my main dotfiles, so they goes like this:
9
+
10
+ ` init.modular.lua ` => ` $MY_DOTFILES_NVIM_CONF/init.lua `
11
+ and
12
+ ` modules ` => ` $MY_DOTFILES_NVIM_CONF/modules `
13
+
3
14
## Introduction
4
15
5
16
A starting point for Neovim that is:
Original file line number Diff line number Diff line change @@ -248,23 +248,7 @@ rtp:prepend(lazypath)
248
248
-- NOTE: Here is where you install your plugins.
249
249
require (' lazy' ).setup ({
250
250
251
- import { ' modules.utils' },
252
-
253
- import { ' modules.uxui.gitsigns' },
254
-
255
- import { ' modules.uxui.whichkey' },
256
-
257
- import { ' modules.finder.telescope' },
258
-
259
- import { ' modules.lsp ' },
260
-
261
- import { ' modules.formatter.conform' },
262
-
263
- import { ' modules.completions.blink' },
264
-
265
- import { ' modules.theme' },
266
-
267
- import { ' modules.util.mini' },
251
+ import { ' modules' },
268
252
269
253
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
270
254
-- init.lua. If you want these files, they are in the repository, so you can just download them and
You can’t perform that action at this time.
0 commit comments