diff options
| author | phajw <dscr@duck.com> | 2023-10-04 06:04:43 -0400 |
|---|---|---|
| committer | phajw <dscr@duck.com> | 2023-10-04 06:04:43 -0400 |
| commit | 367836c01323c22cd3fa07bc88f5195014a2cf52 (patch) | |
| tree | 0ccd5051035b15013d39c7e09f2e83c146471e6f /init.lua | |
| download | neovim-367836c01323c22cd3fa07bc88f5195014a2cf52.tar.gz neovim-367836c01323c22cd3fa07bc88f5195014a2cf52.zip | |
Move from github
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..6d26278 --- /dev/null +++ b/init.lua | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | -- ________ _________ _____ .__ ____ | ||
| 2 | -- \______ \ / _____/ ____ ____ ____ _/ ____\|__| / ___\ | ||
| 3 | -- | | \ \_____ \ _/ ___\ / _ \ / \\ __\ | | / /_/ > | ||
| 4 | -- | ` \ / \\ \___( <_> )| | \| | | | \___ / | ||
| 5 | -- /_______ //_______ / \___ >\____/ |___| /|__| |__|/_____/ | ||
| 6 | -- \/ \/ \/ \/ | ||
| 7 | -- Starting point for my neovim setup | ||
| 8 | -- https://github.com/dsrcr/nvim | ||
| 9 | |||
| 10 | --Open this file if you want to add new plugins | ||
| 11 | require("config.packer") | ||
| 12 | |||
| 13 | -- You can find here stuff related to lsp | ||
| 14 | require("config.lsp") | ||
| 15 | |||
| 16 | -- You can customize editor | ||
| 17 | require("config.editor") | ||
