dotfiles/nvim/.config/nvim/lua/plugins
Marty Oehme 4697e09472
nvim: Ensure pythonPath setting always finds entry
LSP attachment would complain if it did not find an existing dict to
access in the `settings.python` section of the python lsp dictionaries.
This fixes that by creating an empty dict if nothing exists yet,
essentially functioning as null-check.
2024-06-06 16:23:43 +02:00
..
config nvim: Ensure pythonPath setting always finds entry 2024-06-06 16:23:43 +02:00
core.lua nvim: Move util to core.util module 2024-06-06 16:23:41 +02:00
data_analysis.lua nvim: Re-enable femaco plugin 2024-06-06 16:23:42 +02:00
editing.lua nvim: Switch to mini operators plugin 2024-02-10 14:07:07 +01:00
filebrowsers.lua nvim: Refactor plugin mappings to loading code 2023-12-12 23:24:16 +01:00
git.lua nvim: Update plugins and lazy loading 2023-12-12 15:43:44 +01:00
ide.lua nvim: Move util to core.util module 2024-06-06 16:23:41 +02:00
languages.lua nvim: Restructure lua dir 2023-06-17 21:54:22 +02:00
prose.lua nvim: Move util to core.util module 2024-06-06 16:23:41 +02:00
telescope.lua nvim: Move util to core.util module 2024-06-06 16:23:41 +02:00
treesitter.lua nvim: Update rainbow brackets for deprecated ts modules 2024-05-28 18:31:43 +02:00
ui.lua nvim: Move util to core.util module 2024-06-06 16:23:41 +02:00