diff options
| author | phajw <dscr@duck.com> | 2024-01-25 16:31:23 +0100 |
|---|---|---|
| committer | phajw <dscr@duck.com> | 2024-01-25 16:31:23 +0100 |
| commit | a0d4284f53f90fb94430edb5309cee4bc0067e7e (patch) | |
| tree | cad9fdca4c96d4f65b5c6566d3dabc9469afd406 /init.lua | |
| parent | 8471aeda42ff08420c99955ea785db0f24b5b7a2 (diff) | |
| download | neovim-a0d4284f53f90fb94430edb5309cee4bc0067e7e.tar.gz neovim-a0d4284f53f90fb94430edb5309cee4bc0067e7e.zip | |
Add licence, enable silent formatters execution
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 13 |
1 files changed, 2 insertions, 11 deletions
| @@ -1,17 +1,8 @@ | |||
| 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 | 1 | --Open this file if you want to add new plugins |
| 11 | require("config.packer") | 2 | require("config.packer") |
| 12 | 3 | ||
| 13 | -- You can find here stuff related to lsp | 4 | -- Here you can find stuff related to lsp |
| 14 | require("config.lsp") | 5 | require("config.lsp") |
| 15 | 6 | ||
| 16 | -- You can customize editor | 7 | -- And there goes editor customization |
| 17 | require("config.editor") | 8 | require("config.editor") |
