Commit Graph

33 Commits

Author SHA1 Message Date
34631d7661 Refactor: change variable name to avoid unused warning 2024-03-28 12:14:34 +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
003452d28e Remove unused variables 2023-09-09 11:22:29 +05:30
e535cde681 Remove separators and icons 2023-09-09 11:21:25 +05:30
fcd565d706 Change sign-column to auto 2023-09-09 11:20:35 +05:30
7ccaeb4ee3 Change key bindings for tab completions 2023-09-09 11:19:45 +05:30
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
77eb6ad3fd Removed transparency plugin
Changes to be committed:
      modified:   lua/plugins.lua
2023-05-08 23:32:16 +05:30
a9d9a4d337 Changes to be committed:
deleted:    lua/transparency.lua
2023-05-08 23:28:32 +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
dcfc051ec4 Add keymaps for tab-completions navigation
Changes to be committed:
      modified:   lua/completions.lua
2023-03-10 23:34:37 +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
b13fcdcfa8 Add depencency check
Changes to be committed:
  modified:   install.sh
  modified:   lua/lsp-config.lua
2023-03-10 18:15:02 +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
26dd4175db Update lua/lsp-config.lua 2023-03-07 23:36:21 +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
8e5394d7c7 Update lua/plugins.lua 2023-03-07 22:50:36 +05:30
5baae25cf9 Update lua/lsp-config.lua 2023-03-07 22:50:15 +05:30
0c0d1c17d2 Add nord colorscheme 2023-03-07 22:49:38 +05:30
a8efea0044 Lazy git commit 2023-03-06 23:22:08 +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
76a4053be1 Change some keybinds 2023-03-06 00:38:11 +05:30
692e0d0b6c Change keybinds for tabs 2023-03-05 13:50:58 +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