f00e435d4e
Commits:
...
Call the new plugins
Add gruvbox colorscheme
Turn off jump on jumpable for code snippets
Add git integration
Remove unnecessary keybinds
Change keybinds for LSP functions
Turn off format on buffer write
Add plugin sources
Remove 'help' from syntax highlighting
Add transparency option
Add visible indentations
Changes to be committed:
modified: init.lua
modified: lua/colorschemes.lua
modified: lua/completions.lua
new file: lua/git-integration.lua
modified: lua/keybinds.lua
modified: lua/lsp-config.lua
modified: lua/lsp-format.lua
modified: lua/plugins.lua
modified: lua/syntax-highlight.lua
new file: lua/transparency.lua
new file: lua/visible-indents.lua
2023-06-09 06:38:22 +05:30
77eb6ad3fd
Removed transparency plugin
...
Changes to be committed:
modified: lua/plugins.lua
2023-05-08 23:32:16 +05:30
424b9c0b8a
Add transparency support
...
Changes to be committed:
modified: init.lua
modified: lua/plugins.lua
new file: lua/transparency.lua
2023-03-12 03:25:00 +05:30
fe0e4266da
Add Base16 Black Metal color scheme
...
Changes to be committed:
modified: lua/colorschemes.lua
modified: lua/plugins.lua
Changes not staged for commit:
modified: lua/completions.lua
2023-03-10 23:33:51 +05:30
91c4cfbdd8
Changes to be committed:
...
renamed: nvim/init.lua -> init.lua
renamed: install.sh -> install
renamed: nvim/lua/buffer-tabs.lua -> lua/buffer-tabs.lua
renamed: nvim/lua/colorschemes.lua -> lua/colorschemes.lua
renamed: nvim/lua/completions.lua -> lua/completions.lua
renamed: nvim/lua/file-tree.lua -> lua/file-tree.lua
renamed: nvim/lua/fuzzy-finder.lua -> lua/fuzzy-finder.lua
renamed: nvim/lua/keybinds.lua -> lua/keybinds.lua
renamed: nvim/lua/lsp-config.lua -> lua/lsp-config.lua
renamed: nvim/lua/lsp-format.lua -> lua/lsp-format.lua
renamed: nvim/lua/options.lua -> lua/options.lua
renamed: nvim/lua/plugins.lua -> lua/plugins.lua
renamed: nvim/lua/statusline.lua -> lua/statusline.lua
renamed: nvim/lua/syntax-highlight.lua -> lua/syntax-highlight.lua
renamed: nvim/lua/terminal.lua -> lua/terminal.lua
2023-03-08 15:14:47 +05:30
101ad60a0b
Lazy git commit
2023-03-07 23:58:33 +05:30
8e5394d7c7
Update lua/plugins.lua
2023-03-07 22:50:36 +05:30
ddd5955ac3
Add back snippet engine plugin
...
Add snippet template plugin
Change how some colorschemes are loaded
2023-03-06 02:41:14 +05:30
a9809d363a
Remove unused plugins
2023-03-06 02:05:40 +05:30
04a4cb583b
Lazy commit message
2023-03-06 01:39:12 +05:30
d3432b7ffc
Format the plugin configs
2023-03-05 13:50:46 +05:30
38bb5e1b6a
Refactor plugin configs for safe import
2023-03-05 07:23:25 +05:30
38e29f01ec
Initial commit
2023-03-05 06:47:18 +05:30