diff options
| author | schererleander <leander@leander-scherer.de> | 2023-11-28 20:12:58 +0100 |
|---|---|---|
| committer | schererleander <leander@leander-scherer.de> | 2023-11-28 20:12:58 +0100 |
| commit | 7a067d951049a9986f08570a114d3d53fd70c174 (patch) | |
| tree | 4738d65064b63975e503be90d8d6408e40f4ef45 /.config/nvim/init.lua | |
| parent | 47a2a3b3dd8765309efaabbbccba332061a3e326 (diff) | |
Diffstat (limited to '.config/nvim/init.lua')
| -rw-r--r-- | .config/nvim/init.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua deleted file mode 100644 index 716cc1c..0000000 --- a/.config/nvim/init.lua +++ /dev/null @@ -1,17 +0,0 @@ -local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" -if not vim.loop.fs_stat(lazypath) then - vim.fn.system({ - "git", - "clone", - "--filter=blob:none", - "https://github.com/folke/lazy.nvim.git", - "--branch=stable", -- latest stable release - lazypath, - }) -end -vim.opt.rtp:prepend(lazypath) - -require('autocmds') -require('keymaps') -require('options') -require('plugins') |
