Compare commits
13 Commits
e8ebd9f7ad
...
05bace5665
Author | SHA1 | Date |
---|---|---|
iGor milhit | 05bace5665 | |
iGor milhit | e5298b6bb3 | |
iGor milhit | 43841e7a5b | |
iGor milhit | 5433a5538d | |
iGor milhit | 5167c5c6be | |
iGor milhit | 4d92ad9863 | |
iGor milhit | af95122e63 | |
iGor milhit | 8543c689b0 | |
iGor milhit | 8f5d37f313 | |
iGor milhit | ccf1fe4030 | |
iGor milhit | a9fc78d5b6 | |
iGor milhit | 4604bf5925 | |
iGor milhit | c2fdfafae4 |
|
@ -6,7 +6,7 @@ autoload
|
||||||
.netrwhist
|
.netrwhist
|
||||||
|
|
||||||
# spell *.spl
|
# spell *.spl
|
||||||
spell/
|
spell/fr.utf-8.add.spl
|
||||||
|
|
||||||
tags
|
tags
|
||||||
test.sh
|
test.sh
|
||||||
|
|
4
init.lua
4
init.lua
|
@ -568,10 +568,6 @@ require("luasnip.loaders.from_lua").load({paths = "~/.config/nvim/my_snippets/"}
|
||||||
-- https://www.ejmastnak.com/tutorials/vim-latex/luasnip/#refreshing-snippets-from-a-separate-vim-instance
|
-- https://www.ejmastnak.com/tutorials/vim-latex/luasnip/#refreshing-snippets-from-a-separate-vim-instance
|
||||||
vim.keymap.set('n', '<Leader>L', '<Cmd>lua require("luasnip.loaders.from_lua").load({paths = "~/.config/nvim/my_snippets/"})<CR>', { desc = 'Reload [L]uaSnippets' })
|
vim.keymap.set('n', '<Leader>L', '<Cmd>lua require("luasnip.loaders.from_lua").load({paths = "~/.config/nvim/my_snippets/"})<CR>', { desc = 'Reload [L]uaSnippets' })
|
||||||
|
|
||||||
-- [[ Configure nvim-cmp ]]
|
|
||||||
-- See `:help cmp`
|
|
||||||
local cmp = require 'cmp'
|
|
||||||
|
|
||||||
cmp.setup {
|
cmp.setup {
|
||||||
snippet = {
|
snippet = {
|
||||||
expand = function(args)
|
expand = function(args)
|
||||||
|
|
|
@ -11,3 +11,5 @@ hyperindustrialisés
|
||||||
lacto-fermentation
|
lacto-fermentation
|
||||||
d'engrain
|
d'engrain
|
||||||
écorcheuse
|
écorcheuse
|
||||||
|
écopolitique
|
||||||
|
Centralité
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue