Commit graph

184 commits

Author SHA1 Message Date
christianchiarulli
2423fcdc90 refactor single file 2021-07-12 21:11:43 -04:00
christianchiarulli
476f7bb22f poc for refactor into one file 2021-07-12 19:30:07 -04:00
Uzaaft
ed973fdb9d
Bugfix: Fixed edition issue with rustfmt. (#881) 2021-07-11 18:15:03 +00:00
Jacek Kiedrowski
2a1acc7968
Added autosave on focus loss option and list of errors to be ignored to vimtex. (#873) 2021-07-11 18:07:08 +00:00
christianchiarulli
c294f1fb02 add write to prettier command 2021-07-11 11:34:44 -04:00
christianchiarulli
e827008120 fix prettier issue with tailwindcss 2021-07-11 11:34:00 -04:00
Abouzar Parvan
427482bea5
if you open a file from telescope, you won't have file not found issues with prettier (#879) 2021-07-11 10:01:00 -04:00
William Goulois
26c5c74303
add eslint and eslint_d to efm (#877) 2021-07-11 09:36:35 -04:00
Abouzar Parvan
c6f831f590
stylua formatter issues fixed (#867) 2021-07-11 14:41:50 +04:30
Uzaaft
457d4ca244
MISC: Typo fix, and --@usage for python and rust (#795) 2021-07-11 13:12:55 +04:30
rob
f2e4f540a3
Line wrap cursor movement option (#855) 2021-07-11 12:30:15 +04:30
Abouzar Parvan
93379a2977
avoiding OCD attack with the help of folke/todo-comments (#839) 2021-07-10 17:34:20 -04:00
Abouzar Parvan
0f7c876e93
WIP: using formatter.nvim instead of neoformat (#781) 2021-07-10 14:18:28 -04:00
Chris
076de3fe2f refactor floatterm 2021-07-10 13:27:20 -04:00
Chris
9624905ad8 refactor treesitter 2021-07-10 10:51:47 -04:00
christianchiarulli
619709eb2f refactor settings for hotswap 2021-07-10 03:19:32 -04:00
christianchiarulli
e4e8b38012 refactor settings 2021-07-10 02:38:25 -04:00
christianchiarulli
5273b1712b more config refactor 2021-07-09 21:57:55 -04:00
christianchiarulli
4ff04e31f0 config refactor 2021-07-09 21:34:12 -04:00
christianchiarulli
b8182d5aee refactor plugin config 2021-07-09 21:01:23 -04:00
christianchiarulli
0ce8dfd998 more debloat 2021-07-09 19:38:46 -04:00
christianchiarulli
bc81c31fb7 expose completion config 2021-07-09 18:09:53 -04:00
christianchiarulli
04f9f53914 PoC zen mode hot reload config and refactor 2021-07-09 17:03:22 -04:00
Abouzar Parvan
986da71d30
make shiftwidth and tabstop configurable (#818) 2021-07-09 14:26:42 -04:00
Robin Kautz
b2d4207543
option to enable spell checking (#815) 2021-07-09 11:13:34 -04:00
Jonathan Raines
6136477827
Add colorcolumn option for those who don't use indent line (#814)
* Add colorcolumn option for those who don't use indent line

* Moved comment to appropriate place
2021-07-09 10:04:01 -04:00
Chris
8890406dbd settings updates 2021-07-09 02:09:26 -04:00
Chris
d539ec951c java tool working on mac 2021-07-09 01:37:03 -04:00
Henrik Nilsson
d9fc6ec826
User config option to change Rust inline hint/param prefixes (#774)
* User configurable Rust inline hint prefixes

* Ordered the language list

* Rust param hints and ordered lang list
2021-07-08 12:58:22 -04:00
Gruak
3ec856a78d add scrolloff config option 2021-07-08 17:09:43 +02:00
Abouzar Parvan
84d6ea7a63
you can disable clipboard (#783) 2021-07-08 07:07:51 -04:00
Ramiz Sarfaraj
5e2a0df7ef
option for user to configure the cmdheight and number_width as per their liking. (#764)
* few of my changes

* option for user configuration of cmdheight and number_width
2021-07-07 13:49:28 -04:00
hui.liu
e237f26cc6
Add missing document_highlight in default config (#743) 2021-07-07 00:52:06 -04:00
Chris
00bf949fe8 custom whichkey entries 2021-07-06 21:42:26 -04:00
Jonathan Raines
f6e377fcfe
Replace LazyGit Plugin with FTerm Instance (#717)
* Replace LazyGit Plugin with FTerm Instance

* Added  gg keybind to FTerm LazyGit

* Added check to see if lazygit is installed

* Changed lazyload event to prevent error when called from dashboard on startup

* Removed lazygit plugin.  Changed Fterm lazy loading

* Made the executable check more universal for when we include other terminal applications

Co-authored-by: rebuilt <memoryman51@hotmail.com>
2021-07-06 13:40:10 -04:00
hui.liu
35e37f06da
Setup tailwindcss-ls (#729) 2021-07-06 12:18:03 -04:00
christianchiarulli
15603354ac remove plugin bloat 2021-07-06 11:30:01 -04:00
Chris
e2c336ff9f fix rainbow 2021-07-05 23:00:56 -04:00
Chris
4b04518922 fix logo 2021-07-05 22:57:00 -04:00
Anshuman Medhi
6258b2b4ba
Add Treesitter extensions for better textobjects (#700)
This adds three plugins that use treesitters parsing to provide smarter text objects

[ts_textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) lets you define text objects for things like functions and classes

[ts_textsubjects](https://github.com/RRethy/nvim-treesitter-textsubjects.git) defines a smart text object that selects a semantic block around the cursor

[ts_hintobjects](https://github.com/mfussenegger/nvim-ts-hint-textobject) uses easymotion style hint labeling to show all the surrounding semantic blocks, letting you choose the correct one

I have also added which-key entries for all the above

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
2021-07-05 19:48:58 -04:00
Rafael
71c5cb4f0b
(feat) use neoformat as the defalt format option (#715) 2021-07-05 16:01:19 -04:00
christianchiarulli
be9a5a0889 user defined plugins 2021-07-05 15:35:06 -04:00
christianchiarulli
6b41286d70 updated autocommands for user 2021-07-05 14:49:07 -04:00
Robin Kautz
cea4976066
switch to absolute line numbers in insert mode (#702)
* switch to absolute line numbers in insert mode

* made aucmd respect cursorline setting
2021-07-05 14:37:01 -04:00
Robin Kautz
1940bd26a6
evenly resize split windows (#698)
* evenly resize split windows

* fixed indention
2021-07-05 12:02:05 -04:00
kjssad
5eed5cf3ec
Add borders to lsp popups (#686)
* feat(lsp): add single type border to hover popup

* feat(lsp): add single type border to signatureHelp

* feat(lsp): add border to line diagnostic popup

* feat(lsp): use global option to configure borders
2021-07-05 10:43:37 -04:00
maxime50
d876d89c30
Remove extras Config option since extras plugins are enabled individualy now (#673)
* Remove `extras` Global Config

* remove white space

Co-authored-by: maxime50 <>
2021-07-04 22:14:09 -04:00
Rafael
9f511bcb59
start formatting rules 2021-07-04 22:14:01 -03:00
PZ31k0nauT
7cd58b1228
Basics for php lsp (#664)
* Update php.lua

* Update default-config.lua

* Update lv-config.example.lua
2021-07-04 12:50:38 -04:00
PZ31k0nauT
6a09208590
Snippets in config dir (#661)
* Update init.lua

* Update init.lua

* Update init.lua

* Update default-config.lua
2021-07-04 11:42:42 -04:00
Abouzar Parvan
816c6cfa7d
Adding tabnine for compe (#640) 2021-07-04 10:45:38 -04:00
Chris
eac9fbb723 support ruby files 2021-07-04 02:04:22 -04:00
christianchiarulli
e4da06abb0 disable rust for now 2021-07-04 01:44:55 -04:00
Mayank Dutta
7dc564c427
added Clangd format_on_save (#621)
* clang autoformat do save lot of trouble

* clang autoformat do save lot of trouble

* clang indentation done, comments updated

* clang indentation done, comments updated

Co-authored-by: Mayank Sharma <info@Mayanks-MacBook-Air.local>
2021-07-03 17:13:57 -04:00
William Goulois
0096e0baa9
feat(615): transparent background option (#617) 2021-07-03 13:52:07 -04:00
Zahin Muhaimeen
1137ef1a4a
faster settings.lua; added globals to default conf (#609) 2021-07-03 11:33:54 -04:00
James Walmsley
ca057a2823
[LSP] c/cpp - Fix to clang default config. (#612) 2021-07-03 11:25:35 -04:00
maxxnino
b6942d5025
auto detect file for zig, and language server for zig (#604)
Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
2021-07-03 01:41:32 -04:00
James Walmsley
af207091bc
[LSP] clang - Better defaults for clangd. (#601) 2021-07-02 19:44:18 -04:00
James Walmsley
c384c1b1a2
[CONFIG] No default for leader_key. (#600) 2021-07-02 19:43:01 -04:00
Cam Spiers
c1c4e63e5b
Add snap as an optional alternative to telescope (#582)
Co-authored-by: Cam Spiers <cam.spiers@jnctn.nz>
2021-07-02 14:18:57 -04:00
Chris
c71db74574 more lush support 2021-07-02 12:28:16 -04:00
Abouzar Parvan
4d6cc88e0f
Adding DAPInstall.nvim in regards to #574 (#577) 2021-07-02 00:04:28 -04:00
christianchiarulli
20ed47e21e lsp in ftplugin austonautomoy 2021-07-01 23:42:26 -04:00
Chris
a84f5eb36b add lush and template for creating colorschemes 2021-06-30 22:03:56 -04:00
christianchiarulli
9e7ad60747 refactor autocommands 2021-06-30 18:45:40 -04:00
Chris
96ffccc3e3 first pass at braille logo 2021-06-30 01:16:17 -04:00
Chris
fba5bc3d85 updates, everything false by default 2021-06-29 18:55:01 -04:00
Abouzar Parvan
758798b6f9
added rust-tools thanks to bob3000 (#544)
* added rust-tools

* require_plugin has been removed
2021-06-29 17:49:23 -04:00
Lee Marlow
dbad645f90
Fix elixir spelling (#546) 2021-06-29 17:48:21 -04:00
christianchiarulli
b67ce0d586 add back gist active 2021-06-28 18:04:54 -04:00
Lee Marlow
096cc56051
Allow setting ignorecase and smartcase from lvi-config.lua (#545) 2021-06-28 18:02:19 -04:00
christianchiarulli
f312d3c88b plugins configured 2021-06-28 18:01:34 -04:00
christianchiarulli
8004706d95 more preconfigured plugins 2021-06-28 16:28:32 -04:00
christianchiarulli
5363aa6306 bug fixes 2021-06-28 13:52:49 -04:00
christianchiarulli
b6866925e1 indent line plugin option 2021-06-28 13:36:52 -04:00
christianchiarulli
be20fb0c64 ts playground option 2021-06-28 13:11:37 -04:00
christianchiarulli
f99f185884 update plugin config 2021-06-28 12:56:05 -04:00
christianchiarulli
2006460016 more lazyload 2021-06-28 12:45:45 -04:00
christianchiarulli
9d11c74503 zen mode lazyload 2021-06-28 03:04:28 -04:00
christianchiarulli
36daa90e74 more optional plugins 2021-06-28 02:37:33 -04:00
christianchiarulli
89ea86f0ae handsome new plugin config 2021-06-28 01:46:25 -04:00
christianchiarulli
f99b82bd6e you now need to activate your language 2021-06-28 01:06:37 -04:00
christianchiarulli
ccf7e85df9 config overhaul 2021-06-28 00:36:29 -04:00