Skip to content

Commit

Permalink
lsp: init prolog (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel authored May 31, 2024
1 parent 7e9cb6a commit 85e1874
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@

colorschemes.dracula.enable = true;

globals.mapleader = " ";
extraConfigVim = ''
autocmd BufRead,BufNewFile *.pl set filetype=prolog
'';

globals.mapleader = " ";
keymaps = [
# Global
# Default mode is "" which means normal-visual-op
Expand Down
1 change: 1 addition & 0 deletions config/lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
gopls.enable = true;
kotlin-language-server.enable = true;
nixd.enable = true;
prolog-ls.enable = true;
ruff-lsp.enable = true;
};
keymaps.lspBuf = {
Expand Down

0 comments on commit 85e1874

Please sign in to comment.