Commit Graph

57 Commits

Author SHA1 Message Date
c515e19dee feat: add align plugin 2025-02-16 10:42:27 +05:30
2c86a9fbad style: add Monokai Charcoal colorscheme 2024-11-18 03:36:38 +05:30
388ab25c3c refactor: remove gitsigns config 2024-11-18 03:35:37 +05:30
c4d98040ca Expand tab with 4 spaces and change colorscheme to gruvbox 2024-09-30 23:06:35 +05:30
4ee3e596f9 Change CoPilot completion keymap 2024-09-26 08:03:21 +05:30
0fcabe85a9 Refactor: replace single quotes with double quotes 2024-08-29 00:30:08 +05:30
696c0f595f Change: telescope find_files include hidden files 2024-08-29 00:28:32 +05:30
ae9c71664e Changes:
- Feature: add Copilot
- Refactor: plugins.lua
2024-08-25 23:08:37 +05:30
9a8fdd23d9 Chore: update colorscheme 2024-08-20 23:24:53 +05:30
6447c458ff Plugin: add hardhacker 2024-08-20 23:24:19 +05:30
69cf9f1df9 Make Neo-tree hijack netrw if a dir is passed 2024-06-15 01:50:18 +05:30
ff621ae0a2 Fix bug introduced due to change of vim syntax option type from boolean
to string
2024-05-25 03:50:35 +05:30
ceea7f387b Remove GUI options 2024-05-05 21:28:19 +05:30
23eccedd7b Chore: update colorscheme 2024-04-22 13:01:03 +05:30
73915e21da Chore: clean up 2024-04-22 13:00:06 +05:30
b0d441b151 Chore: fix melange colorscheme by setting termguicolors 2024-04-17 02:49:47 +05:30
dd268917dd Chore: change default colorscheme to melange ( Lisan al Gaib ) 2024-04-13 00:39:01 +05:30
b23b3420c0 Update lockfile 2024-04-13 00:36:53 +05:30
66be18796e Add Neo-tree back 2024-04-11 21:02:00 +05:30
91b28340cb Add autocommands to remove line numbers in the terminal buffer 2024-04-11 21:01:08 +05:30
42c91dc2c7 Chore: refactor 2024-04-06 11:24:41 +05:30
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
a0bf316fe7 Add keyboard map to toggle ZenMode 2024-03-28 14:22:37 +05:30
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