diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-06 20:08:18 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-06 20:08:18 +0100 |
| commit | 6f6e018915ffec09e034cca2d7ca05e3ccd567c1 (patch) | |
| tree | 4fbc12c9b0fb7055e220ac70065b06be085a7eea /lua/user/lsp/settings/fortls.lua | |
| parent | fcb8d1ea64a6b55c20b3b528e51cdd7160290b54 (diff) | |
Added a few keymaps (leader v to edit init.lua)
Reintroduced impatient plugin and added a few more lsp language settings
Diffstat (limited to 'lua/user/lsp/settings/fortls.lua')
| -rw-r--r-- | lua/user/lsp/settings/fortls.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/user/lsp/settings/fortls.lua b/lua/user/lsp/settings/fortls.lua new file mode 100644 index 0000000..e6fbad6 --- /dev/null +++ b/lua/user/lsp/settings/fortls.lua @@ -0,0 +1,9 @@ +return { + settings = { + + fortran = { + + } + } +} + |
