This website requires JavaScript.
Explore
iGor milhit
Help
Sign In
igor
/
neovim
Watch
1
Star
0
Fork
You've already forked neovim
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7c52a10de3
neovim
/
spell
/
en.utf-8.add
7 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
global: improve the configuration - Adds the rainbow_csv plugin to improve CSV file support. - Sets mutliple filetypes for markdown plugins (`pandoc`, `markdown`). - `mkdnflow`. - `markdownpreview`. - `marksman` language server (but it doesn't work for pandoc filetype). - Sets folding level to 1 to fold from the level 2 headings. - Adds completion capabilities for paths. - Adds to the pandoc filetype the markdown snippets. - Adds a markdown template for new files created inside mkdnflow. - Adds all useful filetypes for mkdnflow. - Adds a keymap to fuzzy search open buffers (<leader>sb). - Updates the English dictionnaries. - Installs the German dictionnaires. - Fixes the concatenation of strings for the pyenv path. Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-06-07 11:30:31 +02:00
AoU
Floriane
snippets: load my own, add markdown snippets - Renames the snippets folder to my_snippets. - Lazy loads my snippets. - Creates two snippet example available for all filetypes. - Creates three snippets for markdown filetype. - Creates a markdown snippet to get the number of the curret day. - Creates a markdown snippet to get the current date. - Creates a snippet to create a link in markdown reference syntax. - Creates a generic frontmatter snippet. - Creates a frontmatter snippet for my incremental notes (journal). - Improves the description and description syntax of my markdown snippets. - Adds the telescope luasnip plugin. - Sets a keymaping to fuzzy search all available snippets (<leader>ss). - Documents the feature of the plugin that provides the snippets search through telescope. - Enables the search highlighting. - Removes unnecessary lualine separator. - Renames the neo-tree plugin file. - Lazy loads the zen-mode for markdown files. - Installs and configure texlab which provides LSP and linter for LaTeX. Should also allow to build a project, but It is failling right now, I don't get why. Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-06-09 13:00:41 +02:00
Séverine
HEG
neovim
lua