File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,9 +140,6 @@ opts = {
140140 { " <leader>ch" , " <cmd>ClangdSwitchSourceHeader<cr>" , desc = " Switch Source/Header (C/C++)" },
141141 },
142142 root_markers = {
143- " .clangd" ,
144- " .clang-tidy" ,
145- " .clang-format" ,
146143 " compile_commands.json" ,
147144 " compile_flags.txt" ,
148145 " configure.ac" , -- AutoTools
@@ -200,9 +197,6 @@ opts = {
200197 { " <leader>ch" , " <cmd>ClangdSwitchSourceHeader<cr>" , desc = " Switch Source/Header (C/C++)" },
201198 },
202199 root_markers = {
203- " .clangd" ,
204- " .clang-tidy" ,
205- " .clang-format" ,
206200 " compile_commands.json" ,
207201 " compile_flags.txt" ,
208202 " configure.ac" , -- AutoTools
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import TabItem from '@theme/TabItem';
1919
2020## [ edgy.nvim] ( https://github.com/folke/edgy.nvim )
2121
22- edgy
22+ Create and display predefined window layouts.
2323
2424
2525<Tabs >
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ opts = {
5252
5353## [ mini.animate] ( https://github.com/nvim-mini/mini.animate )
5454
55- setup animate
55+ Animates many common Neovim actions, like scrolling,
56+ moving the cursor, and resizing windows.
5657
5758
5859<Tabs >
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ import TabItem from '@theme/TabItem';
77
88## [ mini.pairs] ( https://github.com/nvim-mini/mini.pairs )
99
10- auto pairs
10+ Auto pairs
11+ Automatically inserts a matching closing character
12+ when you type an opening character like ` " ` , ` [ ` , or ` ( ` .
1113
1214
1315<Tabs >
@@ -62,7 +64,9 @@ opts = {
6264
6365## [ ts-comments.nvim] ( https://github.com/folke/ts-comments.nvim )
6466
65- comments
67+ Improves comment syntax, lets Neovim handle multiple
68+ types of comments for a single language, and relaxes rules
69+ for uncommenting.
6670
6771
6872<Tabs >
@@ -92,7 +96,9 @@ opts = {}
9296
9397## [ mini.ai] ( https://github.com/nvim-mini/mini.ai )
9498
95- Better text-objects
99+ Extends the a & i text objects, this adds the ability to select
100+ arguments, function calls, text within quotes and brackets, and to
101+ repeat those selections to select an outer text object.
96102
97103
98104<Tabs >
174180
175181## [ lazydev.nvim] ( https://github.com/folke/lazydev.nvim )
176182
183+ Configures LuaLS to support auto-completion and type checking
184+ while editing your Neovim configuration.
185+
186+
177187<Tabs >
178188
179189<TabItem value =" opts " label =" Options " >
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ import TabItem from '@theme/TabItem';
77
88## [ nvim-lint] ( https://github.com/mfussenegger/nvim-lint )
99
10+ Asynchronously calls language-specific linter tools and reports
11+ their results via the ` vim.diagnostic ` module.
12+
13+
1014<Tabs >
1115
1216<TabItem value =" opts " label =" Options " >
Original file line number Diff line number Diff line change @@ -121,7 +121,8 @@ opts = {
121121
122122## [ lualine.nvim] ( https://github.com/nvim-lualine/lualine.nvim )
123123
124- statusline
124+ Displays a fancy status line with git status,
125+ LSP diagnostics, filetype information, and more.
125126
126127
127128<Tabs >
You can’t perform that action at this time.
0 commit comments