add first working draft
This commit is contained in:
commit
c591c88f43
13 changed files with 179 additions and 0 deletions
14
init.lua
Normal file
14
init.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
--[[
|
||||
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)
|
||||
|
||||
CHANGELOG:
|
||||
- 2023-11-20: init, lazy, fuzzy, remaps
|
||||
--]]
|
||||
|
||||
-- leader key must be defined before lazy.nvim)
|
||||
require("weeheavy")
|
||||
Loading…
Add table
Add a link
Reference in a new issue