Commit Graph

13 Commits

Author SHA1 Message Date
e1fb033ee3 Change Catppuccin flavour to macchiato 2023-09-09 11:17:21 +05:30
75ee2b7286 Add Alduin color-scheme 2023-07-14 03:33:14 +05:30
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
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
c1ecceb6f0 Update colorschemes.lua 2023-03-07 23:17:44 +05:30
25d8d8c208 Update colorschemes.lua 2023-03-07 23:14:30 +05:30
0c0d1c17d2 Add nord colorscheme 2023-03-07 22:49:38 +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
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