Commit Graph

94 Commits (master)

Author SHA1 Message Date
iGor milhit f6c7eb87f2 plugins: sets Goyo width when activating to 85
Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-04-13 12:54:02 +02:00
iGor milhit 3ec0e78450
plugins: simplify vimtex configuration
- Simplifies the vimtex configuration by removing tectonic options in
  order to avoid keeping build files.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-03-31 11:27:32 +02:00
iGor milhit 6fe4acbaf8 plugin: add and configure toggleterm
- Add and configure the Toggleterm plugin to improve the use of terminal
  inside neovim.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2023-03-23 14:06:02 +01:00
iGor milhit 2e8f13aa4a
plugin: configure vimtex with tectonic
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
2023-03-23 13:57:05 +01:00
iGor milhit 4816e4a2c2
config: set zsh for shell option
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
2023-03-09 10:52:13 +01:00
iGor milhit 7ff5472176
snippets: implement the use of snippets
- Create a new folder for snippets.
- Creates an HTML snippet.
- Creates a Markdown snippet.
- Adds auto commands in the configuration to fill in new buffer with the
  snippets.
- Documents the creation of the symlink in the README in order to get
  the snippets working.

Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
2023-03-02 09:10:50 +01:00
iGor milhit 925010f10d
documentation: update the README
- Simplifies the README.
- Adds a requirements.txt with python depedencies for the virtualenv.
- Removes mentions of unused plugins and unnecessary depedencies.

Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
2022-12-09 11:58:40 +01:00
iGor milhit 0112dfe601
plugings: remove syntastic
- Removes syntastic as it is redundant with coc-vim.

Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
2022-12-09 10:51:47 +01:00
iGor milhit 13a7e3860d
plugins: improve mkdnflow configuration
- Moves the lua block because it breaks the file color syntax.
- Disables mkdnflow modules that I don't use and that break my own
  settings (lists indentation).
- Adds a TODO for evaluating the feasability to replace vim-table by the
  tables module of mkdnflow.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-10-27 15:30:10 +02:00
iGor milhit 7c055de06e
plugins: add plugins for CSV and for md links.
Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-10-25 16:42:49 +02:00
iGor milhit 37e28c58d1
plugins: remove uneccessary config for COC
* Removes key mapping for the coc-completion which does not use the
  built-in vim completion mechanism anymore.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-10-25 16:42:49 +02:00
iGor milhit c293cf8809
plugins: set edge light as color scheme
- Installs the edge and onehalf color schemes plugins.
- Removes the tokyonight color schemes.
- Sets edge light as main color scheme and as airline theme.
- Sets a background color for the selected item in the COC suggestion
  menu.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-10-25 16:42:48 +02:00
iGor milhit a27cc282bd
pyenv: replace hard path by environment variable
* Replaces the python virtualenv hard path by the $HOME environment
  variable in order to adapt to the user setting.
* Corrects a github URL to avoid the gitmemory one.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-02-25 16:19:55 +01:00
iGor milhit 0645bda9f4
doc: provide the python engine in a virtualenv
* Documents how to use `pyenv` to provide a virtual environment for the
  python engine.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-01-12 17:51:34 +01:00
iGor milhit 7909b50953
config: format memory option for autofs directories
* Delete unused `termguicolors` option.
* Improve readability of the memory option for autofs directories.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-12-29 12:17:40 +01:00
iGor milhit 69f59b3ea3
plugins: add devicons plugin to display icons
* Adds the devicons plugin that can display icons with the help of nerd
  patched fonts in some other plugins.
* Update the README accordingly, in the requirements section.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-12-09 19:43:52 +01:00
iGor milhit 3550265ff6 plugins: add the limelight plugin
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-11-23 21:38:52 +01:00
iGor milhit 172b784763
coc-vim: add linting for Sphinx and rst files
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-10-13 16:08:16 +02:00
iGor milhit d02bb711bd
plugins: add keybindings for fzf commands
* Removes ctrlP plugin and configuration.
* Stop opening nerdTree by default.
* Adds keybindings for fzf commands.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-07-26 09:15:51 +02:00
iGor milhit 1d090273ff
xelatex: configure compiler
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-06-27 07:50:33 +02:00
iGor milhit 386f36380b
documentation: document how to set fzf preview colors
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-06-03 17:44:13 +02:00
iGor milhit 1b605a3c81
colors: remove solarized file
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-06-03 17:34:59 +02:00
iGor milhit 831b199845
plugins: reorder fzf plugins
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-06-03 17:33:58 +02:00
iGor milhit 5725ad1086
plugins: remove jedi as coc-jedi is used
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-05-30 10:39:38 +02:00
iGor milhit 4ad8d1981c
configuration: remove nvim default setting
* Removes nvim setting that are enabled by default.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-05-21 08:14:50 +02:00
iGor milhit 59f6ec0a76
plugins: add vim-sass-colors plugin
* Activates terminal GUI colors

Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-04-15 15:20:09 +02:00
iGor milhit 2341129f38
filetypes: improve organisation of filetype config
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-02-24 15:27:43 +01:00
iGor milhit 40ea31f0b1
plugins: add vimtex and coc-vim-tex
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-02-21 17:32:32 +01:00
iGor milhit 73cab051e7
documentation: update the README
* Writes a clearer description on how I'm using neovim.
* Improves the documentation on my use of vim-plug.
* Begins to list the python dependencies.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-02-17 09:09:54 +01:00
iGor milhit aa4cc035df
plugins: replace deoplete by coc for autocompletion
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-02-15 09:05:40 +01:00
iGor milhit cba995323f
plugins: add the tpope vim-repeat plugin
* Adds the tpope vim-repeat plugin.
* Avoid to track file changes in the cifs mounted directory, otherwise
  neovim will need to access it when saving a file or closing.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-02-11 10:37:27 +01:00
iGor milhit 4a590babed
search: enable incremental search
Co-Authored-by: iGor milhit <igor@milhit.ch>
2021-01-17 18:01:51 +01:00
iGor milhit cb020beafc markdown: add a config for preview with pandoc
* Use the pyenv python provider

Co-Authored-by: iGor milhit <igor@milhit.ch>
2020-12-13 13:57:18 +01:00
iGor milhit 8b5b1afffa plugins: add fzf-checkouts plugin
* Adds a configuration to make markdown preview working with pandoc
  filetypes.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2020-12-13 13:57:18 +01:00
iGor milhit bf8a553361 linting: install and configure syntastic
* Removes neomake plugin and configuration.
* Installs the syntastic plugin.
* Configures scss_lint for SCSS linting (requires scss_lint gem).
* Configures python linters to avoid pylint (requires pep8, flake8,
  pyflakes, pycodestyle, pyflakes).
* Adds part of recommended syntastic configuration.
* Removes unused plugins such as vim-json (and its configuration).
* Improves a little bit the structure  and readability of the file.
* Adds missing documentation.
* Update the README.md with missing requirements.

https://github.com/vim-syntastic/syntastic
https://github.com/sds/scss-lint

Co-Authored-by: iGor milhit <igor@milhit.ch>
2020-12-13 13:57:12 +01:00
iGor milhit bdd504d9b0
linting: move from neomake to syntastic
* Removes neomake plugin and configuration.
* Install the syntastic plugin.
* Configure scss_lint for SCSS linting (requires scss_lint gem).

https://github.com/vim-syntastic/syntastic
https://github.com/sds/scss-lint

Co-Authored-by: iGor milhit <igor@milhit.ch>
2020-10-27 20:59:15 +01:00
iGor milhit e5d9cec66f
spell: add grammalecte plugin
* Adds grammalecte to get grammar check in French with the command
`:GrammalecteCheck`.

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-10-27 20:22:42 +01:00
iGor milhit 14484cc982
search: add fzf support
* Installs vim-fzf plugin.
* Reformats and updates the README.md

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-10-25 18:33:13 +01:00
iGor milhit f448e33fe4
vimgrep: add vim-ripgrep to use ripgreg
* Set ripgrep highlighting to true.
* Reset leader key to default (`\`).
* Harmonize all let statements without spaces before and after the `=`.

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-10-14 16:18:43 +02:00
iGor milhit 2461aca883
plugins: add a simple todo list management plugin
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-06-17 13:40:04 +02:00
iGor milhit 7042786431
plugins: clean plugins usage
* Removes unused solarized colors plugin.
* Activates on filetype rst the rst related plugins.
* Removes commented instructions to set markdown filetype with
  vim-pandoc-syntax, as it is useless with vim-pandoc.
* Removes unused pencil plugin.
* Moves nord color scheme plugin after the initialisation of pandoc
  plugins.

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-06-15 06:53:49 +02:00
iGor milhit e96c88de61
init.vim: add a minimal configuration
For debugging purpose, I use a minimal neovim configuration that helps
me identify confirguration errors.

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-06-14 09:27:59 +02:00
iGor milhit e201c9d5ea
plugins: fix error with markdown file type
* Moves vim-ployglot to the top of the plugin list, thus allowing it to
  be overwritten by vim-pandoc and vim-pandoc syntax.
* Removes unused solarized colorscheme plugin.

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-06-14 09:26:12 +02:00
iGor milhit 4172801383
spell: add spell dictionaries changes
Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-06-08 07:59:24 +02:00
iGor milhit 17af06c00a python: configure provider inside a virtualenv
This should helps autocomplete and linting for python, when working
inside a virtualenv in which no python-neovim is installed.

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-05-20 21:23:16 +02:00
iGor milhit 8e4a32e385
rst: update rst plugins
The github repos change it's name and URL.

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-05-20 07:28:20 +02:00
iGor milhit 3f1d74ba18
colorscheme: install nord theme and update config
* Adds new plugin for nord colorscheme.
* Updates colorscheme accordingly.
* Updates vim-airline theme.

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-05-13 21:20:53 +02:00
iGor milhit 393900e61c
plugings: use vim-pandoc instead of pencil
* Uses vim-pandoc instead of pencil because it handles better the hard
  wrap.
* Adds map binding to use hard or soft wrap and to enable or disable
  autoformat (vim-pandoc).
* Adds configuration for specific text width and column lines for git
  commit messages.
* Set spelllang to English for git commit messages.

Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2020-04-29 16:23:20 +02:00
iGor milhit 8d840e4077
display: dark mode
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2020-02-24 08:27:29 +01:00
iGor milhit 34a69f064d
spell: set spell and spelllang
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
2019-09-30 07:47:25 +02:00