]> Arthur Taft Gitweb - nvim.git/commit
Initial commit
authorArthur Taft <[email protected]>
Sun, 12 Oct 2025 17:18:07 +0000 (11:18 -0600)
committerArthur Taft <[email protected]>
Sun, 12 Oct 2025 17:18:07 +0000 (11:18 -0600)
commit813e8ec7c6e8993984f746d7f186244efd4ab4b3
treed96341ddf6a61c38c3fe0a7dcb5db031d6cc2935
Initial commit
23 files changed:
init.lua [new file with mode: 0644]
lazy-lock.json [new file with mode: 0644]
lua/config/autocmds.lua [new file with mode: 0644]
lua/config/keymaps.lua [new file with mode: 0644]
lua/config/lazy.lua [new file with mode: 0644]
lua/config/options.lua [new file with mode: 0644]
lua/plugins/cmp.lua [new file with mode: 0644]
lua/plugins/comments.lua [new file with mode: 0644]
lua/plugins/files.lua [new file with mode: 0644]
lua/plugins/format.lua [new file with mode: 0644]
lua/plugins/git.lua [new file with mode: 0644]
lua/plugins/harpoon.lua [new file with mode: 0644]
lua/plugins/latex.lua [new file with mode: 0644]
lua/plugins/lsp.lua [new file with mode: 0644]
lua/plugins/markdown.lua [new file with mode: 0644]
lua/plugins/neo-tree.lua [new file with mode: 0644]
lua/plugins/render_markdown.lua [new file with mode: 0644]
lua/plugins/telescope.lua [new file with mode: 0644]
lua/plugins/terminal.lua [new file with mode: 0644]
lua/plugins/treesitter.lua [new file with mode: 0644]
lua/plugins/trouble.lua [new file with mode: 0644]
lua/plugins/ui.lua [new file with mode: 0644]
lua/plugins/window_picker.lua [new file with mode: 0644]