Changed files permissions

This commit is contained in:
Eduardo Cueto-Mendoza 2024-10-27 15:14:05 +00:00
parent dc4d43a11f
commit 540ebbdc05
20 changed files with 11 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
TODO.md Normal file → Executable file
View File

0
after/plugin/color.lua Normal file → Executable file
View File

0
after/plugin/dictionary-gb.txt Normal file → Executable file
View File

0
after/plugin/harpoon.lua Normal file → Executable file
View File

11
after/plugin/lsp.lua Normal file → Executable file
View File

@ -220,6 +220,17 @@ then
require('lspconfig').cmake.setup({})
require('lspconfig').ltex.setup({
settings = {
ltex = {
language = "en-GB",
dictionary = {
["en-GB"] = words,
},
},
},
})
require('lspconfig').ocamllsp.setup({})
require('lspconfig').pylsp.setup {

0
after/plugin/neoclip.lua Normal file → Executable file
View File

0
after/plugin/nvim-tree.lua Normal file → Executable file
View File

0
after/plugin/parenthesis.lua Normal file → Executable file
View File

0
after/plugin/telescope.lua Normal file → Executable file
View File

0
after/plugin/terminal.lua Normal file → Executable file
View File

0
after/plugin/treesitter.lua Normal file → Executable file
View File

0
init.lua Normal file → Executable file
View File

0
lua/eddie/lazy.lua Normal file → Executable file
View File

0
lua/eddie/options.lua Normal file → Executable file
View File

0
lua/eddie/remaps.lua Normal file → Executable file
View File

0
spell/en.utf-8.add Normal file → Executable file
View File

0
spell/en.utf-8.add.spl Normal file → Executable file
View File