Compare commits
2 Commits
e3c064d3a9
...
9f36693f90
Author | SHA1 | Date | |
---|---|---|---|
9f36693f90 | |||
8fdf9bd08c |
6
flake.lock
generated
6
flake.lock
generated
@ -2,11 +2,11 @@
|
|||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718606988,
|
"lastModified": 1727140925,
|
||||||
"narHash": "sha256-pmjP5ePc1jz+Okona3HxD7AYT0wbrCwm9bXAlj08nDM=",
|
"narHash": "sha256-ZHSasdLwEEjSOD/WTW1o7dr3/EjuYsdwYB4NSgICZ2I=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "38d3352a65ac9d621b0cd3074d3bef27199ff78f",
|
"rev": "189e5f171b163feb7791a9118afa778d9a1db81f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -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.loop.cwd() end
|
root_dir = function() return vim.fn.getcwd() end
|
||||||
})
|
})
|
||||||
|
|
||||||
if vim.fn.exists('+undofile') ~= 0 then
|
if vim.fn.exists('+undofile') ~= 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user