neovim/init.lua

12 lines
392 B
Lua
Raw Normal View History

2023-11-20 22:42:11 +01:00
--[[
My simple Neovim configuration. Made from scratch, inspired by
https://www.youtube.com/watch?v=w7i4amO_zaE
2023-11-21 13:29:49 +01:00
EXTERNAL DEPENDENCIES
2023-11-20 22:42:11 +01:00
- ripgrep (https://github.com/BurntSushi/ripgrep, used by telescope)
- fd (https://github.com/sharkdp/fd, used by telescope)
2023-11-21 13:29:49 +01:00
- A Nerd font (https://www.nerdfonts.com/, used by nvim-web-devicons)
2023-11-20 22:42:11 +01:00
--]]
2023-11-21 10:31:02 +01:00
-- Include customized configuration
2023-11-20 22:42:11 +01:00
require("weeheavy")