12 lines
392 B
Lua
12 lines
392 B
Lua
--[[
|
|
My simple Neovim configuration. Made from scratch, inspired by
|
|
https://www.youtube.com/watch?v=w7i4amO_zaE
|
|
|
|
EXTERNAL DEPENDENCIES
|
|
- ripgrep (https://github.com/BurntSushi/ripgrep, used by telescope)
|
|
- fd (https://github.com/sharkdp/fd, used by telescope)
|
|
- A Nerd font (https://www.nerdfonts.com/, used by nvim-web-devicons)
|
|
--]]
|
|
|
|
-- Include customized configuration
|
|
require("weeheavy")
|