Commit graph

6 commits

Author SHA1 Message Date
c47 616a222e89 Add settings.lua
Added an init.lua to lua/core namespace and required 'core' in
main init.lua.

Added settings.lua for general settings of neovim.
2024-01-17 19:35:24 +01:00
c47 1922a88359 Add neogit config to lazy
Added neogit config to lazy to install neogit and it's
dependencies. Decided to use nvim-telescope instead of
fzf-lua for now.
2024-01-17 18:41:46 +01:00
c47 7946efc6dc Add .gitignore
Removed accidentally added/commited lazy-lock.json and added
.gitignore.
2023-11-14 06:38:16 +01:00
c47 fa8201c450 Remove redundant line 2023-11-12 11:14:03 +01:00
c47 5a33d6f6be Remove empty line 2023-11-12 10:19:44 +01:00
c47 a7d34e8a4b Initial commit: add nvim base setup
Initialized this repo by adding my basic neovim config files.
I switched to lua configuration and started my nvim setup
from scratch.
2023-11-12 10:12:31 +01:00