Compare commits

..

No commits in common. "9f36693f90e4dcbb9a18728d7a7c0d864903d4ea" and "e3c064d3a995fe81731c8df7664d48b1106a707b" have entirely different histories.

2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1727140925, "lastModified": 1718606988,
"narHash": "sha256-ZHSasdLwEEjSOD/WTW1o7dr3/EjuYsdwYB4NSgICZ2I=", "narHash": "sha256-pmjP5ePc1jz+Okona3HxD7AYT0wbrCwm9bXAlj08nDM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "189e5f171b163feb7791a9118afa778d9a1db81f", "rev": "38d3352a65ac9d621b0cd3074d3bef27199ff78f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -217,7 +217,7 @@ require('lspconfig').lua_ls.setup({
require('lspconfig').verible.setup({ require('lspconfig').verible.setup({
capabilities = capabilities, capabilities = capabilities,
root_dir = function() return vim.fn.getcwd() end root_dir = function() return vim.loop.cwd() end
}) })
if vim.fn.exists('+undofile') ~= 0 then if vim.fn.exists('+undofile') ~= 0 then