siduck
6e9c78d1af
avoid using default keymap ( #910 )
2022-03-26 22:20:39 +05:30
tuberry and siduck
47e4f0361f
fix: let hl_override be compatible with custom themes
...
load `hl_override` after the theme
2022-03-26 19:58:29 +05:30
tuberry and siduck
ec5017126c
feat: support themes other than defaults
...
Try to activate a theme if not presented in defaults. Accordingly,
add the option `ui.colors` to provide the missing `hl_theme*` in
the custom theme.
2022-03-26 16:00:31 +05:30
zbirenbaum and siduck
958a62bc67
fix nvimtree vim globals not having any effect
2022-03-24 21:28:11 +05:30
siduck
75dbf5027d
fix dashboard not showing | ( #888 )
2022-03-20 07:30:30 +05:30
i3cheese and siduck
229ad7e00d
Fix j -> gj mapping.
2022-03-19 11:27:11 +05:30
johnsiras and siduck
ec274db8b2
Make the alpha override-abble.
2022-03-19 10:22:09 +05:30
Freyskeyd and siduck
4ad0bf1b22
Exposing on_attach to configure plugins in custom
...
Signed-off-by: Freyskeyd <simon.paitrault@gmail.com >
2022-03-13 18:33:51 +05:30
siduck
f58c7e7b9e
fix nvimtree opening half on file open ( #606 )
2022-03-12 08:39:16 +05:30
socialsmoker223 and siduck
1278a3b703
Imporve luasnip Tab jump behaviour
2022-03-07 22:06:13 +05:30
Daniel Boll and siduck
ef6ecab861
fix(null-ls): stop null-ls prompt for multiple formaters
...
add `client.resolved_capabilities.{document_formatting,document_range_formatting}` to on_attach of lspconfig in order to eliminate null-ls prompt for 2 formaters. Not tested with more formaters like in python, I'd say that then it'll prompt still
Signed-off-by: Daniel Boll <danielboll.academico@gmail.com >
2022-03-07 19:18:14 +05:30
siduck
e1cdf92a01
clean nvimtree config
...
recently nvimtree had some updates regarding these options moving into the setup table of its config and these were the default ones so i removed it!
2022-03-02 14:43:29 +05:30
siduck
ac392cd29b
misc
...
cb531cd90b
2022-03-02 14:36:21 +05:30
siduck
cb531cd90b
shorten some long mapping vars, fix ( #849 )| fix ( #836 )
2022-03-01 12:43:34 +05:30
zbirenbaum and siduck
1777be0064
fix for treesitter not loading on creating new file
2022-03-01 08:00:21 +05:30
Ruben Verheyden and siduck
5ec6112a59
fix for ( #844 ) Replace-paste at end of line incorrect
2022-02-27 18:25:06 +05:30
Jay Patel and siduck
0cf5d77f72
feat: Run :TSUpdate on TS Install / Update
...
https://github.com/NvChad/NvChad/pull/838
> TreeSitter recommends running `:TSUpdate` after update with TS or on (re-)installation of Treesitter. Reference example recommended by TS: https://github.com/nvim-treesitter/nvim-treesitter/wiki/Installation
2022-02-24 09:52:16 +05:30
Niclas and siduck
05e48656de
Fix typo, become chadributor
2022-02-22 19:39:19 +05:30
zbirenbaum and siduck
76d194b141
fix for getting config settings from plugin table
2022-02-20 11:46:06 +05:30
siduck
ceaf02e0bf
replace dashboard with alpha.nvim ( #816 )
2022-02-20 11:44:43 +05:30
zbirenbaum and siduck
c1e372e2cd
fix autocmd breaking term plugins
2022-02-20 08:08:06 +05:30
siduck
9ca0af1a24
disable nvimtree hijack on buffers
...
https://github.com/kyazdani42/nvim-tree.lua/issues/992
2022-02-17 19:45:43 +05:30
zbirenbaum and siduck
4be722d4a6
fix global variable causing issues
2022-02-15 08:12:51 +05:30
siduck
d9d380e41b
clean example chadrc
...
Some of the recent issues have been caused when the user doesnt even have the custom.plugins file and requires it in chadrc i.e copies the example chadrc as it is without reading it, that results in chadrc not working at all
2022-02-14 16:15:39 +05:30
zbirenbaum and siduck
f81531df42
improve method of adding and removing plugins
2022-02-14 16:11:41 +05:30
siduck
a21e884983
remove snippet option for cmp | fix telescope first time delay
2022-02-12 07:31:23 +05:30
Felix Kratz and siduck
ca481b1385
fix acid blue cursor
2022-02-11 06:57:48 +05:30
Akianonymus and siduck
e7bba86ccf
plugins/colorizer: Move to our org fork
2022-02-07 20:21:11 +05:30
siduck
baaa7f0d4b
fix ( #793 )
2022-02-06 10:16:32 +05:30
siduck
748f0db485
lazy load Comment.nvim on gcc keybind ( #801 )
2022-02-05 19:09:25 +05:30
siduck
7b7c204e23
correct repo name for extensions plugin
2022-02-04 22:19:06 +05:30
siduck
f4c4d8f6c6
enable snippets by default
2022-02-04 22:17:10 +05:30
siduck
70baf718d2
clean highlights definitions
2022-02-04 12:19:16 +05:30
Akianonymus and siduck
46db63749f
cmp: Add border to floating docs, move completeopt inside config
...
format files
2022-02-04 06:12:31 +05:30
Akianonymus and siduck
5a3ac7300d
plugins/lspkind_icons: Add icon for TypeParameter
2022-02-04 06:12:31 +05:30
siduck
71295f9b61
re-add lspconfig capabilities
2022-02-02 22:26:04 +05:30
siduck
3ee787fe08
remove un-needed filetype option
2022-02-02 10:07:49 +05:30
socialsmoker223 and siduck
2eab84f8f1
lunasnip super-tab like mapping example from hrsh7th/nvim-cmp
2022-02-01 18:56:33 +05:30
siduck
d0ad028efc
rm conflict in mappings
...
leader n for nummber line conflicted with leader nn
2022-01-31 14:31:21 +05:30
i3cheese and siduck
195f6f3621
Toggle relative numbers and copy to system clipboards mappings
2022-01-31 14:45:07 +05:30
siduck
1f73ef0ec6
clean remove_default_plugins function
2022-01-31 14:13:51 +05:30
Akianonymus and siduck
6b06bb9ed4
Remove duplicate code, missed in d8dabe9 | Format files
2022-01-31 11:13:31 +05:30
zbirenbaum and siduck
d8dabe9e5e
defer and restore shada
2022-01-31 10:40:36 +05:30
zbirenbaum and siduck
bd98d76ad6
improve startup time with shada load deferral
2022-01-31 09:03:20 +05:30
zbirenbaum and siduck
e87c10f225
fix for removals
2022-01-31 08:07:09 +05:30
zbirenbaum and siduck
4bda425371
added field for removing plugins to default config and call to plugin removal in init.lua
2022-01-31 07:08:15 +05:30
zbirenbaum and siduck
4b68a75853
added helper functions for removing plugins from default plugin table
2022-01-31 07:08:15 +05:30
i3Cheese and siduck
a3a5b506de
fix empty snippets
2022-01-31 06:21:33 +05:30
Akianonymus and siduck
de246fa0f5
Resolve https://github.com/NvChad/NvChad/issues/774 | Format
2022-01-30 23:09:25 +05:30
siduck
64c32d2e5e
clean packer config | Breaking change
2022-01-30 12:51:46 +05:30