Refresh generated neovim config
This commit is contained in:
@ -581,7 +581,10 @@ ctp_feline.setup({
|
||||
extras = clrs.overlay1,
|
||||
curr_file = clrs.maroon,
|
||||
curr_dir = clrs.flamingo,
|
||||
show_modified = true -- show if the file has been modified
|
||||
show_modified = false -- show if the file has been modified
|
||||
show_lazy_updates = false -- show the count of updatable plugins from lazy.nvim
|
||||
-- need to set checker.enabled = true in lazy.nvim first
|
||||
-- the icon is set in ui.icons.plugin in lazy.nvim
|
||||
},
|
||||
mode_colors = {
|
||||
["n"] = { "NORMAL", clrs.lavender },
|
||||
@ -704,6 +707,17 @@ gitsigns = true
|
||||
```
|
||||
<!-- gitsigns.nvim -->
|
||||
|
||||
<!-- grug-far.nvim -->
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a href="https://github.com/MagicDuck/grug-far.nvim">grug-far.nvim</a> </td>
|
||||
<td>
|
||||
|
||||
```lua
|
||||
grug_far = false
|
||||
```
|
||||
<!-- grug-far.nvim -->
|
||||
|
||||
<!-- harpoon -->
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1121,6 +1135,20 @@ semantic_tokens = true
|
||||
</tr>
|
||||
<!-- nvim-semantic-tokens -->
|
||||
|
||||
<!-- nvim-surround -->
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a href="https://github.com/kylechui/nvim-surround">nvim-surround</a> </td>
|
||||
<td>
|
||||
|
||||
```lua
|
||||
nvim_surround = false
|
||||
```
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<!-- nvim-surround -->
|
||||
|
||||
<!-- nvim-tree.lua -->
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1298,6 +1326,20 @@ To use another flavour just replace `mocha` with the one you want to use.
|
||||
</tr>
|
||||
<!-- reactive.nvim -->
|
||||
|
||||
<!-- markdown.nvim -->
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a href="https://github.com/MeanderingProgrammer/markdown.nvim">render-markdown (markdown.nvim)</a> </td>
|
||||
<td>
|
||||
|
||||
```lua
|
||||
render_markdown = true
|
||||
```
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<!-- markdown.nvim -->
|
||||
|
||||
<!-- symbols-outline.nvim -->
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user