Compare commits
7 Commits
05bace5665
...
e8ebd9f7ad
Author | SHA1 | Date |
---|---|---|
iGor milhit | e8ebd9f7ad | |
iGor milhit | f5816f3639 | |
iGor milhit | a478ee9829 | |
iGor milhit | f1d5af9e6f | |
iGor milhit | 5ce8f4285a | |
iGor milhit | 93a825e952 | |
iGor milhit | 13e1faf10c |
|
@ -6,7 +6,7 @@ autoload
|
||||||
.netrwhist
|
.netrwhist
|
||||||
|
|
||||||
# spell *.spl
|
# spell *.spl
|
||||||
spell/fr.utf-8.add.spl
|
spell/
|
||||||
|
|
||||||
tags
|
tags
|
||||||
test.sh
|
test.sh
|
||||||
|
|
4
init.lua
4
init.lua
|
@ -568,6 +568,10 @@ 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,5 +11,3 @@ hyperindustrialisés
|
||||||
lacto-fermentation
|
lacto-fermentation
|
||||||
d'engrain
|
d'engrain
|
||||||
écorcheuse
|
écorcheuse
|
||||||
écopolitique
|
|
||||||
Centralité
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue