Commit Graph

70 Commits

Author SHA1 Message Date
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
177157d404 Update README.md 2023-05-12 23:07:48 +05:30
84aa67899b Update README.md 2023-05-12 23:07:09 +05:30
e442cf76f9 Update README.md 2023-05-12 22:58:15 +05:30
23a05b3c7d Update README.md 2023-05-12 20:56:22 +05:30
7bd8b5e418 Update README.md 2023-05-12 20:52:57 +05:30
22048cb632 Changes to be committed:
modified:   init.lua
2023-05-08 23:34:00 +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
e5b0ff2d66 Fix a bug in the install script
Changes to be committed:
      modified:   install.sh
2023-03-11 23:30:32 +05:30
c1c2678c29 Update README
Changes to be committed:
      modified:   install.sh
2023-03-11 01:13:15 +05:30
8913a4a5b5 Update README.md 2023-03-11 00:49:15 +05:30
312fd85ea3 Update the README with better explanation about the project
Changes to be committed:
      modified:   README.md
2023-03-11 00:43:18 +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
e4c4047ef8 Update README.md 2023-03-10 19:28:30 +05:30
b085f92c07 Fix a mistake in the dependency management section of the installer
Changes to be committed:
  modified:   install.sh
2023-03-10 18:32:22 +05:30
63948e2105 Update README.md 2023-03-10 18:29:29 +05:30
bedac35650 Update README.md 2023-03-10 18:25:04 +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
295a9654c4 Add npm as a dependency
Changes to be committed:
  modified:   README.md
2023-03-10 17:32:57 +05:30
715f9833bd Update README.md 2023-03-08 22:26:21 +05:30
977d4fd796 Update README.md 2023-03-08 21:00:19 +05:30
5a00ec89d8 Update README.md 2023-03-08 20:59:13 +05:30
1185cd8aa2 Update README.md 2023-03-08 16:10:33 +05:30
5c8d7a86dc Update install.sh 2023-03-08 15:50:18 +05:30
82e1524cc3 Changes to be committed:
modified:   install.sh
2023-03-08 15:48:44 +05:30
c823c8b385 Changes to be committed:
modified:   install.sh
2023-03-08 15:47:36 +05:30
78748db85d Changes to be committed:
modified:   install.sh
2023-03-08 15:25:55 +05:30
1a44d27b3b Changes to be committed:
modified:   install.sh
2023-03-08 15:22:38 +05:30
a8241cf216 Rename install to install.sh 2023-03-08 15:19:56 +05:30
648e0e10ef Update README.md 2023-03-08 15:19:40 +05:30
797ff44af1 Update README.md 2023-03-08 15:19:12 +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
6f4821c527 Update README.md 2023-03-08 15:02:09 +05:30
620423dfdf Changes to be committed:
modified:   README.md
  new file:   blob/file-tree.png
  new file:   blob/fuzzy-finder.png
  new file:   blob/lazygit.png
  new file:   blob/live-grep.png
  deleted:    blob/screenshot.png
2023-03-08 02:19:16 +05:30
8cf6dcdf4a Update nvim/lua/file-tree.lua 2023-03-08 01:45:37 +05:30
cbc739ab7e Update README.md 2023-03-08 00:13:53 +05:30
101ad60a0b Lazy git commit 2023-03-07 23:58:33 +05:30
dfc080931d Update install.sh 2023-03-07 23:52:02 +05:30
ce5916eeb3 Update install.sh 2023-03-07 23:49:20 +05:30
abb3506b74 Update README.md 2023-03-07 23:40:37 +05:30
1815444c06 Update install.sh 2023-03-07 23:36:41 +05:30
26dd4175db Update lua/lsp-config.lua 2023-03-07 23:36:21 +05:30
07788cf1da Update install.sh 2023-03-07 23:18:43 +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
1e019940e6 Update README.md 2023-03-07 23:12:16 +05:30
2a469f463c Update install.sh 2023-03-07 22:56:57 +05:30