Commit Graph

18 Commits

Author SHA1 Message Date
ebe7a3a942 Add one dark colorscheme 2024-04-06 11:23:21 +05:30
0e9f926c39 Changes to be committed:
- Change toggleterm direction to horizontal
- Add a function to get size of the terminal based on the direction
2024-03-29 19:33:45 +05:30
c84b7bb32b Changes made:
- Remove commented plugin definition
- Remove copilot plugin
- Add zen-mode plugin
2024-03-28 03:02:53 +05:30
8b4bacceb6 Merge commits till d9dba624a9502b0b172523dad30dc080e4170811 from dev to master 2024-03-27 23:57:14 +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
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