Commit graph

855 commits

Author SHA1 Message Date
Enzo Di Tizio
b70c1a4a07
Fixed possible typo (#324)
Fixing possible typo on the `oneDarkPro` theme name.
2021-04-29 18:51:52 -04:00
rebuilt
220362ef8f
Adds sections to Readme (#321)
* Added sections: What's included?, Getting Started, Useful Commands for troubleshooting.  Added table of contents

* Updates readme.  Adds sections: Installing plugins, Using Packer, Lsp errors
2021-04-29 13:28:10 -04:00
rebuilt
a5a706a3cc
Typescript (#311)
* Add typescript formatting support

* make sure vue is in the list of filetypes

* Add typescriptreact formatting
2021-04-29 02:01:37 -04:00
christianchiarulli
66e907d43f update no highlight description 2021-04-29 01:55:31 -04:00
christianchiarulli
28b40b9334 remove old whichkey reference 2021-04-29 01:47:06 -04:00
christianchiarulli
1a65e468f3 formatting 2021-04-29 01:44:16 -04:00
rebuilt
7ce8a82b59
Added sections: What's included?, Getting Started, Useful Commands for troubleshooting. Added table of contents (#317) 2021-04-29 01:36:13 -04:00
Ferran Sulaiman
2db9f1c56a
Fix Autopairs Not working issue using Treesitter (#315) 2021-04-29 01:35:17 -04:00
christianchiarulli
fbdda3bd8d update vscode config 2021-04-29 01:31:46 -04:00
christianchiarulli
4b548da246 lua based whichkey 2021-04-29 01:25:49 -04:00
rebuilt
ce3cc6cfa4
Vue (#310) 2021-04-28 01:54:58 -04:00
christianchiarulli
47d821533b update snippet symbol 2021-04-27 01:18:05 -04:00
christianchiarulli
102b46ca4a improve completion 2021-04-27 01:17:29 -04:00
rebuilt
f4f7a96496
adds vue language server support (#303) 2021-04-27 01:00:21 -04:00
rebuilt
1eb8339a47
Add autoformatting for ruby (#305) 2021-04-27 00:59:23 -04:00
yibaba
9bd32d7f95
Add compatibility with Artix Linux (Arch derivative) (#306) 2021-04-27 00:59:09 -04:00
Shubham Pawar
eb12e64058
Gopls fixed. Root dir was causing problem (#289) 2021-04-26 00:00:53 -04:00
shinu_donney
8d34992077
Minor fixes (#287)
* Fix a typo

* Update a faulty comment
2021-04-21 22:00:35 -04:00
evakuator
3e66e82b7e
Prefer xclip over xsel (#275)
Neovim recommends using xclip over xsel: https://github.com/neovim/neovim/pull/9302
2021-04-20 11:29:21 -04:00
christianchiarulli
e94d9e18c5 update telescope prompt 2021-04-19 01:35:50 -04:00
Midnight Exigent
c15854562c
add lv-settings.lua to .gitignore (#267) 2021-04-18 15:46:38 -04:00
Daniel Power
8da0d534d8
Recommend neovim-git instead of neovim-nightly-git (#266)
Resolves #265
2021-04-18 15:46:15 -04:00
not
0eeaa72729
Remove duplicate barbar require (#260) 2021-04-17 18:43:56 -04:00
Daniel Power
776f10e04a
Fix some typos (#262) 2021-04-17 18:43:11 -04:00
Tim Bedard
82aeecdb10
fix(emf-general-ls): fix black, add lua-fmt (#264) 2021-04-17 18:42:51 -04:00
przbadu
7a29d5204a
Add lsp support for ruby (#258) 2021-04-16 13:12:08 -04:00
Marek Filipowicz
1afd5aa592
Add kotlin lsp support, and :LspInstall kotlin (#263) 2021-04-16 13:08:48 -04:00
André Sá
4a797b59bd
Update install to support Fedora (#259) 2021-04-15 21:24:01 -04:00
Christian Chiarulli
3677277a09
Update init.lua 2021-04-15 12:49:48 -04:00
christianchiarulli
954dc8cda1 add h to close node 2021-04-15 12:34:35 -04:00
christianchiarulli
7a20feb213 remove lspkind from init.lua 2021-04-15 12:31:10 -04:00
Rafael
886b3bde75
replace lsp-kind for vim.lsp.protocol.CompletionItemKind native option (#257) 2021-04-15 12:30:25 -04:00
Christian Chiarulli
e834d6361e
Update README.md 2021-04-15 00:23:45 -04:00
christianchiarulli
2cd8c6a21c LunarVim 2021-04-15 00:17:48 -04:00
christianchiarulli
1853b4f2aa update 2021-04-12 23:36:46 -04:00
christianchiarulli
f6ddae028e update 2021-04-12 19:50:04 -04:00
christianchiarulli
f13f15a3b3 update galaxyline issue 2021-04-12 17:04:34 -04:00
christianchiarulli
5a319ab1be rollback for now 2021-04-10 03:23:16 -04:00
christianchiarulli
7a36b9f02a Merge branch 'master' of github.com:ChristianChiarulli/nvcode 2021-04-09 12:32:25 -04:00
christianchiarulli
4e52af1a37 update nvimtree 2021-04-09 12:32:19 -04:00
Will Bunting
d536069913
Fix license badge (#250)
thanks
2021-04-09 02:42:55 -04:00
christianchiarulli
e6e0558796 update 2021-04-08 11:55:44 -04:00
christianchiarulli
c916d22e60 add back numb 2021-04-07 15:23:26 -04:00
christianchiarulli
624207db16 update readme 2021-04-07 00:30:22 -04:00
christianchiarulli
f6e7eb755c updates 2021-04-07 00:29:10 -04:00
Alan Jenkins
246867804e
Add vim-vinegar style mapping for Ranger (#223)
Adds a vim-vinegar style mapping ('-' in normal mode) for accessing ranger.
2021-04-06 21:50:51 -04:00
Jordi Santamaria Portoles
a78b8510b4
Fix tslint is not using tsconfig.json (#233) 2021-04-05 12:36:05 -04:00
Dylan Barker
17c339c047
Change vimgrep_arguments to find_command (#238)
This option was marked as TODO in the telescope-nvim readme. This may be a suitable replacement in the meantime.
2021-04-05 12:35:43 -04:00
christianchiarulli
4599dca3f9 update readme 2021-04-05 04:42:43 -04:00
heimer16
655fe84c49
load plugin configs via packer (#221) 2021-04-04 17:25:46 -04:00